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 Don't use call_user_func in __call() #11489

Merged

Conversation

GuySartorelli
Copy link
Member

@GuySartorelli GuySartorelli commented Dec 3, 2024

These changes were made as a result of silverstripe/silverstripe-cms#3034 - I took a look for any __call() implementations and these ones need updating.
These would cause problems if ViewLayerData hits them with a method that doesn't exist.

Issue

These would cause problems if ViewLayerData hits them with a method that
doesn't exist.
@GuySartorelli
Copy link
Member Author

GuySartorelli commented Dec 3, 2024

The inmemorycache and PHP 8.4 CI failures are unrelated

@emteknetnz emteknetnz merged commit 2fcf68a into silverstripe:6 Dec 3, 2024
11 of 13 checks passed
@emteknetnz emteknetnz deleted the pulls/6/no-calluserfunc branch December 3, 2024 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants