stonier / dokuwiki_plugins

Plugins for dokuwiki.
0 stars 4 forks source link

fix syntax for newer dokuwiki #6

Closed brozkeff closed 3 years ago

brozkeff commented 4 years ago

Newer dokuwiki versions throw Fatal error on multiple places of action.php and syntax.php such as

Fatal error: Declaration of action_plugin_multilingual::register(&$controller) must be compatible with dokuwiki\Extension\ActionPlugin::register(Doku_Event_Handler $controller) ...

This patch replaces two instances of problematic code with the "compatible" implementation in newer dokuwiki: Doku_Event_Handler, Doku_Event

stonier commented 3 years ago

LGTM, thanks.