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:
parent
d190e924b3
commit
d9b7886ef9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user