Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation notice on manage events page #14289

Merged
merged 1 commit into from
May 22, 2019

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Fixes a deprecation notice

Before

Screen Shot 2019-05-22 at 10 02 42 AM

After

Screen Shot 2019-05-22 at 10 38 20 AM

Technical Details

This function is called internally in this code case anyway - see

    if (empty($eventId)) {
      CRM_Core_Error::deprecatedFunctionWarning('CRM_Event_BAO_Event::getAllPermissions');
      return self::getAllPermissions();
    }

Comments

@civibot
Copy link

civibot bot commented May 21, 2019

(Standard links)

@civibot civibot bot added the master label May 21, 2019
@pradpnayak
Copy link
Contributor

Tested and looks safe to MERGE!

@eileenmcnaughton eileenmcnaughton merged commit 52bd0c1 into civicrm:master May 22, 2019
@eileenmcnaughton eileenmcnaughton deleted the event_dep branch May 22, 2019 09:01
@eileenmcnaughton
Copy link
Contributor Author

thanks @pradpnayak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants