From 7498df05546dc4eb1e23cc90976e2168f8ce074d Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Thu, 11 Aug 2011 07:51:50 +0000 Subject: [PATCH] Fix: works on repair broken features --- htdocs/core/class/hookmanager.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/hookmanager.class.php b/htdocs/core/class/hookmanager.class.php index 3958fdf0014..7da1b4e2df9 100755 --- a/htdocs/core/class/hookmanager.class.php +++ b/htdocs/core/class/hookmanager.class.php @@ -21,7 +21,7 @@ * \file htdocs/core/class/hookmanager.class.php * \ingroup core * \brief File of class to manage hooks - * \version $Id: hookmanager.class.php,v 1.5 2011/08/10 22:47:34 eldy Exp $ + * \version $Id: hookmanager.class.php,v 1.6 2011/08/11 07:51:50 hregis Exp $ */ @@ -124,7 +124,7 @@ class HookManager * For printSearchForm,printLeftBlock: Return HTML string. * $this->error or this->errors are also defined with hooks errors. */ - function executeHooks($method, $parameters=false, &$action='', &$object='') + function executeHooks($method, $parameters=false, &$object='', &$action='') { global $var; -- GitLab