Fix message name.

This commit is contained in:
Michal Čihař
2010-04-01 18:05:34 +02:00
parent 58c33c410e
commit acb30d5a2a

View File

@@ -456,7 +456,7 @@ class FormDisplay
break; break;
case 'select': case 'select':
if (!$this->_validateSelect($_POST[$key], $form->getOptionValueList($system_path))) { 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; $result = false;
continue; continue;
} }