summaryrefslogtreecommitdiffstats
path: root/system/libraries/Controller.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-04 09:46:05 +0200
committeradmin <devnull@localhost>2006-10-04 09:46:05 +0200
commitb87cf23b9a4a4611cacf6316a7c437af54ebde52 (patch)
treee92f62f0b5add2fb49e1297c290585646c9ed190 /system/libraries/Controller.php
parent5f2be2c2eb3e615472a7f27ebbc5145c74f6b38a (diff)
Diffstat (limited to 'system/libraries/Controller.php')
-rw-r--r--system/libraries/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php
index 6a3ea9962..2a4c19522 100644
--- a/system/libraries/Controller.php
+++ b/system/libraries/Controller.php
@@ -504,7 +504,7 @@ class Controller extends CI_Base {
$obj =& get_instance();
$obj->db =& $DB;
}
-
+
// --------------------------------------------------------------------
/**