Fix setError

This commit is contained in:
ATM john 2021-07-11 15:58:34 +02:00
parent 19ab5ce420
commit 7ad1738944

View File

@ -84,7 +84,7 @@ class Validate
*/
protected function setError($errMsg)
{
$this->error = '';
$this->error = $errMsg;
}
/**