Cosmetic: changed error message when dependencies cannot be solved

SVN:trunk[1160]
This commit is contained in:
Romain Quetiez
2011-04-01 07:15:09 +00:00
parent 851b41670e
commit ad98b8893f

View File

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