Skip to content
Snippets Groups Projects
Commit e82704a0 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed strict violation in ACL plugin

parent 1a3aae1d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ class action_plugin_acl extends DokuWiki_Action_Plugin {
* @param Doku_Event_Handler $controller DokuWiki's event controller object
* @return void
*/
public function register(Doku_Event_Handler &$controller) {
public function register(Doku_Event_Handler $controller) {
$controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_acl');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment