diff options
Diffstat (limited to 'system/database/DB_export.php')
-rw-r--r-- | system/database/DB_export.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/database/DB_export.php b/system/database/DB_export.php index 1e94c6c97..8194cb9b1 100644 --- a/system/database/DB_export.php +++ b/system/database/DB_export.php @@ -13,6 +13,13 @@ * @filesource */ + + +// INITIALIZE THE CLASS --------------------------------------------------- + +$obj =& get_instance(); +$obj->dbexport =& new CI_DB_export(); + // ------------------------------------------------------------------------ /** |