Skip to content
Snippets Groups Projects
Commit 7498df05 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: works on repair broken features

parent 227ef636
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* \file htdocs/core/class/hookmanager.class.php * \file htdocs/core/class/hookmanager.class.php
* \ingroup core * \ingroup core
* \brief File of class to manage hooks * \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 ...@@ -124,7 +124,7 @@ class HookManager
* For printSearchForm,printLeftBlock: Return HTML string. * For printSearchForm,printLeftBlock: Return HTML string.
* $this->error or this->errors are also defined with hooks errors. * $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; global $var;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment