Index: branches/5.2.x/core/units/configuration/configuration_validator.php =================================================================== diff -u -N -r15471 -r15551 --- branches/5.2.x/core/units/configuration/configuration_validator.php (.../configuration_validator.php) (revision 15471) +++ branches/5.2.x/core/units/configuration/configuration_validator.php (.../configuration_validator.php) (revision 15551) @@ -1,6 +1,6 @@ dataSource->getPrefixSpecial(); $list_errors = $this->Application->GetVar('errors_' . $item_prefix, Array ()); - $list_errors[$this->dataSource->GetDBField('VariableName')] = $this->GetErrorMsg($field); + $list_errors[$this->dataSource->GetDBField('VariableName')] = $this->GetErrorMsg($field, false); $this->Application->SetVar('errors_' . $item_prefix, $list_errors); }