Static method calling $this
-
In the class
Libsyn\Service\Cron
, the methodrun
(line 56 of /admin/lib/LibSyn/Service/Cron.php) returns$this->activate()
.$this
cannot be used in a static context.This gives me an error in my code editor, which is annoying when I’m trying to debug. I don’t see this method called anywhere (
imports.php
calls the non-staticactivate
method directly). Could this method be deleted in the next release? It’s not critical but I would like the error to go away and, were it called, it would throw a fatal exception.Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Static method calling $this’ is closed to new replies.