Skip to content

Commit

Permalink
Fix for PHP Strict
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma committed Jul 15, 2014
1 parent be74432 commit eb188f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.php
Expand Up @@ -7,7 +7,7 @@ class action_plugin_pagequery extends DokuWiki_Action_Plugin {
/**
* Register the eventhandlers
*/
function register(&$controller) {
function register(Doku_Event_Handler $controller) {
$controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
}

Expand Down

0 comments on commit eb188f8

Please sign in to comment.