Skip to content
Snippets Groups Projects
Commit 34c197f2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Restore compatibility

parent c8fd12cd
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,7 @@ if (empty($user->societe_id)) ...@@ -152,6 +152,7 @@ if (empty($user->societe_id))
$parameters=array(); $parameters=array();
$action=''; $action='';
$reshook=$hookmanager->executeHooks('addStatisticLine',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks $reshook=$hookmanager->executeHooks('addStatisticLine',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks
$boxstat.=$hookmanager->resPrint;
if (empty($reshook)) if (empty($reshook))
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment