Placeholders in notification: fixed the error message when the given placeholder is invalid

SVN:trunk[4268]
This commit is contained in:
Romain Quetiez
2016-06-29 15:03:56 +00:00
parent 970f75d5e2
commit 33b46483a9

View File

@@ -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));
}
}