Skip to content

Commit

Permalink
Adjust method signatures to match parent
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Jan 22, 2016
1 parent dbd4c0b commit 99e36c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.php
Expand Up @@ -17,7 +17,7 @@ class action_plugin_changes extends DokuWiki_Action_Plugin {
/**
* Register callbacks
*/
public function register($controller) {
public function register(Doku_Event_Handler $controller) {
$controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'beforeParserCacheUse');
}

Expand Down

0 comments on commit 99e36c1

Please sign in to comment.