juek / CustomSections

Developer plugin for rapid prototyping of custom section types in Typesetter CMS
GNU General Public License v2.0
3 stars 7 forks source link

Stop PHP warning #57

Closed mahotilo closed 4 years ago

mahotilo commented 4 years ago

To stop this warning:

PHP Deprecated: call_user_func_array() expects parameter 1 to be a valid callback, non-static method CustomSections::PageRunScript() should not be called statically in ...

Maybe there is another solution.

juek commented 4 years ago

non-static method CustomSections::PageRunScript() should not be called statically

Hmm, AFAIK the CustomSections class will never be instantiated but all methods will allways be called static. Have to check it,