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:
mariano.iglesias 2008-11-25 13:05:57 +00:00
parent 69f883a89f
commit acaaa7ee64

View file

@ -921,6 +921,8 @@ class Validation extends Object {
$this->country = null;
$this->deep = null;
$this->type = null;
$this->error = array();
$this->errors = array();
}
}
?>