commit | 7981a9a752c339611ae10a252469f9dbc266fb96 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Sep 26 07:52:09 2006 +0000 |
committer | admin <devnull@localhost> | Tue Sep 26 07:52:09 2006 +0000 |
tree | 9a66510a001a586e381b73c355b9888d64519b1a | |
parent | ebbe383453f3f18d09a8c7f3437d5712bdb8e650 [diff] [blame] |
diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php index 6c755a9..34cacd5 100644 --- a/system/libraries/Validation.php +++ b/system/libraries/Validation.php
@@ -16,7 +16,7 @@ // INITIALIZE THE CLASS --------------------------------------------------- $obj =& get_instance(); -$obj->validation =& new CI_Validation(); +$obj->init_class('CI_Validation'); // ------------------------------------------------------------------------