diff --git a/htdocs/core/class/hookmanager.class.php b/htdocs/core/class/hookmanager.class.php index 3958fdf001463842ff507d069946d73a9e2bc94c..7da1b4e2df96c1b6e6468028e2a51d693d1a7424 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;