Skip to content

Commit

Permalink
Oops, took out one function too many
Browse files Browse the repository at this point in the history
  • Loading branch information
dchill42 committed Aug 31, 2011
1 parent 3e9aed7 commit 5d9b920
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions system/libraries/Form_validation.php
Expand Up @@ -270,6 +270,21 @@ public function error_string($prefix = '', $suffix = '')

// --------------------------------------------------------------------

/**
* Error Array
*
* Returns the error messages as an array
*
* @access public
* @return array
*/
public function error_array()
{
return $this->_error_array;
}

// --------------------------------------------------------------------

/**
* Run the Validator
*
Expand Down

0 comments on commit 5d9b920

Please sign in to comment.