Update commonobject.class.php
This commit is contained in:
parent
9a0dca57af
commit
6291cb4cbe
@ -4708,7 +4708,7 @@ abstract class CommonObject
|
||||
{
|
||||
// Call trigger
|
||||
$this->context=array('extrafieldaddupdate'=>1);
|
||||
$result=$this->call_trigger(strtoupper($trigger, $userused);
|
||||
$result=$this->call_trigger($trigger, $userused);
|
||||
if ($result < 0) $error++;
|
||||
// End call trigger
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user