Merge branch 'QA_3_3'
This commit is contained in:
@@ -455,7 +455,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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user