Merge branch 'QA_3_3'

This commit is contained in:
Michal Čihař
2010-04-01 18:05:50 +02:00

View File

@@ -455,7 +455,7 @@ class FormDisplay
break;
case 'select':
if (!$this->_validateSelect($_POST[$key], $form->getOptionValueList($system_path))) {
$this->errors[$work_path][] = $GLOBALS["strstrSetuperror_incorrect_value"];
$this->errors[$work_path][] = $GLOBALS["strSetuperror_incorrect_value"];
$result = false;
continue;
}