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 24, 2016
1 parent 777268a commit 4e5deed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/Timestamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class action_plugin_timestamp_Timestamp 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('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar_define');
$controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
Expand Down

0 comments on commit 4e5deed

Please sign in to comment.