Skip to content

Commit

Permalink
Merge pull request #1 from splitbrain-forks/php7-signature
Browse files Browse the repository at this point in the history
Adjust method signatures to match parent
  • Loading branch information
mprins committed Feb 4, 2016
2 parents 74a25a6 + 4165741 commit 1a08049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.php
Expand Up @@ -13,7 +13,7 @@

class action_plugin_webmaster extends DokuWiki_Action_Plugin {

function register(&$controller) {
function register(Doku_Event_Handler $controller) {
$controller->register_hook('TPL_METAHEADER_OUTPUT','BEFORE',$this,'addVerifyHeaders',array());
}

Expand Down

0 comments on commit 1a08049

Please sign in to comment.