Skip to content
Snippets Groups Projects
Commit b17c2048 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update validator

parent f7bd113a
Branches
No related tags found
1 merge request!5update validator
......@@ -184,7 +184,7 @@ class validateparam
}
}
if (isset($aOpt['required']) && !$aOpt['required'] && isset($aParams[$sKey])) {
if (isset($aParams[$sKey])) {
$this->_wd("Check OPTIONAL $sKey");
$sError = $this->validateValue($aOpt, $aParams[$sKey]);
if ($sError) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment