commit | c1fa07415179d63762f1a22f0f74660a8034707f | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Thu Sep 21 23:50:23 2006 +0000 |
committer | admin <devnull@localhost> | Thu Sep 21 23:50:23 2006 +0000 |
tree | 8eb458e58d1c221dfa01f2adc0a97cf084bcc805 | |
parent | fc6d9079f9f47d7474c65d6bec2aa7305a35df64 [diff] [blame] |
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index 5a32e65..0dd6ee6 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php
@@ -380,7 +380,7 @@ eval('class CI_DB extends CI_DB_driver { }'); } } - + require_once(BASEPATH.'drivers/DB_'.$params['dbdriver'].EXT); // Instantiate the DB adapter