diff --git a/library_files/application/libraries/MY_Form_validation.php b/library_files/application/libraries/MY_Form_validation.php index d843fe5..18b58c8 100644 --- a/library_files/application/libraries/MY_Form_validation.php +++ b/library_files/application/libraries/MY_Form_validation.php @@ -2,9 +2,9 @@ class MY_Form_validation extends CI_Form_validation { - public function __construct() + public function __construct($rules = array()) { - parent::__construct(); + parent::__construct($rules); } // Check identity is available @@ -98,4 +98,4 @@ protected function validate_math_captcha($input) } /* End of file MY_Form_validation.php */ -/* Location: ./application/library/MY_Form_validation.php */ \ No newline at end of file +/* Location: ./application/library/MY_Form_validation.php */ diff --git a/readme.txt b/readme.txt index cb23383..5db8bbe 100644 --- a/readme.txt +++ b/readme.txt @@ -10,5 +10,3 @@ flexi auth Concept: http://haseydesign.com/flexi-auth/user_guide/concept/ Library Overview: http://haseydesign.com/flexi-auth/ Library Demo: http://haseydesign.com/flexi-auth/auth_lite/demo/ Library User Guide: http://haseydesign.com/flexi-auth/user_guide/ - -Support : http://ellislab.com/forums/viewthread/224351/ \ No newline at end of file