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

[Instruments] replaced deprecated call_user_method by call_user_func #2370

Merged
merged 1 commit into from
Oct 28, 2016

Conversation

gluneau
Copy link
Contributor

@gluneau gluneau commented Oct 27, 2016

This function call needs an array to replicate existing functionality.

You could use this command to update your code:
sed -i 's/call_user_method(\$matches\[1\], \$this)/call_user_func(array(\$this, \$matches\[1\]))/g'

@gluneau gluneau added the Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label) label Oct 27, 2016
@gluneau gluneau added this to the 17.0 milestone Oct 27, 2016
Copy link
Contributor

@jacobpenny jacobpenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@driusan driusan merged commit 73b7699 into aces:17.0-dev Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants