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 Feb 3, 2016
1 parent f83427a commit 8e72b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/TemplatePageName.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class action_plugin_templatepagename_TemplatePageName extends DokuWiki_Action_Plugin {

public function register(Doku_Event_Handler &$controller) {
public function register(Doku_Event_Handler $controller) {

$controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handle_common_pagetpl_load');

Expand Down

0 comments on commit 8e72b7a

Please sign in to comment.