mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Resetting error on Validation (patch from francky06l), fixes #5797
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7890 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
69f883a89f
commit
acaaa7ee64
1 changed files with 2 additions and 0 deletions
|
@ -921,6 +921,8 @@ class Validation extends Object {
|
|||
$this->country = null;
|
||||
$this->deep = null;
|
||||
$this->type = null;
|
||||
$this->error = array();
|
||||
$this->errors = array();
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
Add table
Reference in a new issue