• In the class Libsyn\Service\Cron, the method run (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-static activate 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)
  • Thread Starter rachelbronstein

    (@rachelbronstein)

    Following up here: there were a lot of other PHP errors in this plugin, especially after upgrading to PHP 7.2, so we have chosen a different provider.

Viewing 1 replies (of 1 total)
  • The topic ‘Static method calling $this’ is closed to new replies.