diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index c0ecb6585b1..0869e77fb6d 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php @@ -395,20 +395,6 @@ public function error_string($prefix = '', $suffix = '') // -------------------------------------------------------------------- - /** - * Error Array - * - * Returns the error messages as an array - * - * @return array - */ - public function error_array() - { - return $this->_error_array; - } - - // -------------------------------------------------------------------- - /** * Run the Validator * @@ -1455,4 +1441,4 @@ public function reset_validation() } /* End of file Form_validation.php */ -/* Location: ./system/libraries/Form_validation.php */ \ No newline at end of file +/* Location: ./system/libraries/Form_validation.php */