From ef30e602bb0c494d35b6222cb819091e1c237432 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 3 Feb 2016 12:52:38 +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 7fdd60d..bd6fff0 100644 --- a/action.php +++ b/action.php @@ -12,7 +12,7 @@ class action_plugin_widearea extends DokuWiki_Action_Plugin { - function register(&$controller) { + function register(Doku_Event_Handler $controller) { $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader', array()); }