Pārlūkot izejas kodu

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4268 a333f486-631f-4898-b8df-5754b55c2be0
romainq 9 gadi atpakaļ
vecāks
revīzija
8fb9355fce
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      core/attributedef.class.inc.php

+ 1 - 1
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));
 		}
 	}