diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-09 14:52:34 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-09 14:52:34 +0200 |
commit | 2e3e23053d9748c68fa2c0e11f43af67da8743e8 (patch) | |
tree | 27f9c811420cb0d953ec56185667c4b15d7ccc8a /system/libraries/Driver.php | |
parent | 683b34d6dfcc10bee7703af605875df9229c2bea (diff) |
Disable Session library under CLI and create a CI singleton to be used by its drivers
Diffstat (limited to 'system/libraries/Driver.php')
-rw-r--r-- | system/libraries/Driver.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Driver.php b/system/libraries/Driver.php index 1d084c8e4..769d892dc 100644 --- a/system/libraries/Driver.php +++ b/system/libraries/Driver.php @@ -63,7 +63,7 @@ class CI_Driver_Library { * @return object Child class */ public function __get($child) - { + { // Try to load the driver return $this->load_driver($child); } @@ -284,4 +284,4 @@ class CI_Driver { } /* End of file Driver.php */ -/* Location: ./system/libraries/Driver.php */ +/* Location: ./system/libraries/Driver.php */
\ No newline at end of file |