Skip to content

Commit

Permalink
fixed strict violation in ACL plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Oct 28, 2013
1 parent 1a3aae1 commit e82704a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/acl/action.php
Expand Up @@ -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');

Expand Down

0 comments on commit e82704a

Please sign in to comment.