commit | c58722535e0358367f351c168480ef98a033264c | [log] [tgz] |
---|---|---|
author | dchill42 <dchill42@gmail.com> | Mon Jul 30 14:53:11 2012 -0400 |
committer | dchill42 <dchill42@gmail.com> | Mon Jul 30 14:53:11 2012 -0400 |
tree | 1c9de313b982c4e1c7052a2f3ba827af3e40ec64 | |
parent | 77ee3fdac34d317b600a269e0b845588c88fa4c5 [diff] [blame] |
Fixed _parent references and several minor bugs
diff --git a/system/libraries/Driver.php b/system/libraries/Driver.php index 86b233a..1d084c8 100644 --- a/system/libraries/Driver.php +++ b/system/libraries/Driver.php
@@ -65,7 +65,7 @@ public function __get($child) { // Try to load the driver - return load_driver($child); + return $this->load_driver($child); } /**