commit | e79dc7130a0003a07833609487b8ebb5ebcf31c8 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Sep 26 03:52:45 2006 +0000 |
committer | admin <devnull@localhost> | Tue Sep 26 03:52:45 2006 +0000 |
tree | 8400c41761ddcd7a9338637eefc9429d501d87ff | |
parent | 30c3b9709a12b7346c7057e656a491ffb9168f55 [diff] [blame] |
diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php index b65b9be..6c755a9 100644 --- a/system/libraries/Validation.php +++ b/system/libraries/Validation.php
@@ -13,6 +13,11 @@ * @filesource */ +// INITIALIZE THE CLASS --------------------------------------------------- + +$obj =& get_instance(); +$obj->validation =& new CI_Validation(); + // ------------------------------------------------------------------------ /**