We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported on the coral-user mailing list: http://lists.coral-erm.org/pipermail/coral-user/2017-November/000208.html
Deprecated: Non-static method Utility::objectFromArray() should not be called statically in …/auth/admin/classes/common/Configuration.php on line 35
Line 35 should probably read:
$this->$section = (new Utility())->objectFromArray($entries);
Untested at this point. This will have to be fixed in every module’s Configuration class.
The text was updated successfully, but these errors were encountered:
This does seem to be the solution. I will add a PR.
Sorry, something went wrong.
Issue coral-erm#326: Fix statically called non-static method.
7df41d6
Merge pull request #327 from caltechlibrary/326-deprecated-static-method
aad5c9a
Issue #326: Fix statically called non-static method.
t4k
No branches or pull requests
Reported on the coral-user mailing list: http://lists.coral-erm.org/pipermail/coral-user/2017-November/000208.html
Line 35 should probably read:
Untested at this point.This will have to be fixed in every module’s Configuration class.The text was updated successfully, but these errors were encountered: