mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Placeholders in notification: fixed the error message when the given placeholder is invalid
SVN:trunk[4268]
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user