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
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