diff --git a/cake/libs/validation.php b/cake/libs/validation.php index e810eae44..2b0b564e3 100644 --- a/cake/libs/validation.php +++ b/cake/libs/validation.php @@ -921,6 +921,8 @@ class Validation extends Object { $this->country = null; $this->deep = null; $this->type = null; + $this->error = array(); + $this->errors = array(); } } ?> \ No newline at end of file