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

Merge branch 'update-appmonitor' into 'master'

update validator

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