Skip to content

Commit

Permalink
Update commonobject.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 5, 2018
1 parent 9a0dca5 commit 6291cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/commonobject.class.php
Expand Up @@ -4708,7 +4708,7 @@ function insertExtraFields($trigger='', $userused=null)
{
// 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
}
Expand Down

0 comments on commit 6291cb4

Please sign in to comment.