From bff371c7fceead44f51b9e7f3887ed4a3e70e605 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 22 Jan 2016 17:32:18 +0100 Subject: [PATCH] Adjust method signatures to match parent --- action/es.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/es.php b/action/es.php index 604bb56..3909a48 100644 --- a/action/es.php +++ b/action/es.php @@ -20,7 +20,7 @@ class action_plugin_editsections_es extends DokuWiki_Action_Plugin { var $sections; - function register(&$controller) { + function register(Doku_Event_Handler $controller) { $doku_version = getVersionData(); if ( preg_match('/201.-/', $doku_version['date']) > 0 ) { // 2010 or later version