diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index fa123df7e..a8571ee1f 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -2927,7 +2927,7 @@ class AttributeCaseLog extends AttributeLongText return $value->GetAsEmailHtml(); default: - throw new Exception("Unknown verb '$sVerb' for attribute ".$this->GetCode().' in class '.get_class($oHostObj)); + throw new Exception("Unknown verb '$sVerb' for attribute ".$this->GetCode().' in class '.get_class($oHostObject)); } }