From 41657412bc673e245dfa7b4f232f911c23a00ae6 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 3 Feb 2016 12:52:29 +0100 Subject: [PATCH] Adjust method signatures to match parent --- action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.php b/action.php index 42b9136..f6b6779 100644 --- a/action.php +++ b/action.php @@ -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()); }