Fix setError
This commit is contained in:
parent
19ab5ce420
commit
7ad1738944
@ -84,7 +84,7 @@ class Validate
|
||||
*/
|
||||
protected function setError($errMsg)
|
||||
{
|
||||
$this->error = '';
|
||||
$this->error = $errMsg;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user