Skip to content

Commit

Permalink
Qual: More logs
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 20, 2011
1 parent cd7af4b commit b6dcd4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/core/class/hookmanager.class.php
Expand Up @@ -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.8 2011/08/18 07:05:13 hregis Exp $
* \version $Id: hookmanager.class.php,v 1.9 2011/08/20 17:00:34 eldy Exp $
*/


Expand Down Expand Up @@ -130,6 +130,8 @@ function executeHooks($method, $parameters=false, &$object='', &$action='')

if (! is_array($this->hooks) || empty($this->hooks)) return '';

dol_syslog(get_class($this).'::executeHooks method='.$method." action=".$action);

// Loop on each hook
$resaction=0; $resprint='';
foreach($this->hooks as $hook)
Expand Down

0 comments on commit b6dcd4c

Please sign in to comment.