Fix: try to fix regression, stored the last id created in a session

variable in order to be used to find out information in the "ref_ext" in
order to differentiate automatic actions.
This commit is contained in:
Regis Houssin 2013-02-28 18:47:38 +01:00
parent d190e924b3
commit d9b7886ef9

View File

@ -583,6 +583,7 @@ class InterfaceActionsAuto
$ret=$actioncomm->add($user); // User qui saisit l'action
if ($ret > 0)
{
$_SESSION['LAST_ACTION_CREATED'] = $ret;
return 1;
}
else