diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 76f8e55ff15..592960670a0 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -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 }