mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Cosmetic: changed error message when dependencies cannot be solved
SVN:trunk[1160]
This commit is contained in:
@@ -1940,7 +1940,7 @@ EOF
|
||||
|
||||
if (count($aFields) > 0)
|
||||
{
|
||||
$sMessage = "Error: Circular dependencies between the fields ! <pre>".print_r($aFields, true)."</pre>";
|
||||
$sMessage = "Error: Circular dependencies between the fields (or field missing in ZList) ! <pre>".print_r($aFields, true)."</pre>";
|
||||
throw(new Exception($sMessage));
|
||||
}
|
||||
return $aResult;
|
||||
|
||||
Reference in New Issue
Block a user