Error: Accessing static property $path as non static
-
Hi,
Just saw this log message once I started using
register_shutdown_function
in my plugin code:Array( [type] => 2048 [message] => Accessing static property WP_EX_Aviary_editor::$path as non static [file] => C:\wamp\www\mcgill\wp-content\plugins\aviary-editor\aviary-editor.php [line] => 52 )
This is easily fixed if you replace
$this->path
withWP_EX_Aviary_editor::$path
.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error: Accessing static property $path as non static’ is closed to new replies.