Index: branches/5.2.x/core/units/configuration/configuration.php =================================================================== diff -u -N -r14628 -r15471 --- branches/5.2.x/core/units/configuration/configuration.php (.../configuration.php) (revision 14628) +++ branches/5.2.x/core/units/configuration/configuration.php (.../configuration.php) (revision 15471) @@ -1,6 +1,6 @@ don't overwrite it - return false; - } - - $list_errors = $this->Application->GetVar('errors_' . $this->getPrefixSpecial(), Array ()); - $list_errors[ $this->GetDBField('VariableName') ] = $this->GetErrorMsg($field); - $this->Application->SetVar('errors_' . $this->getPrefixSpecial(), $list_errors); - - return true; - } } \ No newline at end of file