summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-09-09 16:08:00 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-09-09 16:08:00 +0200
commit19f0aab3221dd7760387cbec745c1eca9b215af7 (patch)
treed2d166a68ee322087a793fa712498e03ac58ebfe /system
parent27639d64d06b62f237bbde253c46cd28fdce8884 (diff)
WIP: CI3 migration
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Driver.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/libraries/Driver.php b/system/libraries/Driver.php
index 00e8416f9..e0affe6d2 100644
--- a/system/libraries/Driver.php
+++ b/system/libraries/Driver.php
@@ -102,6 +102,7 @@ class CI_Driver_Library {
// The child will be prefixed with the parent lib
$child_name = $this->lib_name.'_'.$child;
+ var_dump($child, $this->valid_drivers);
// See if requested child is a valid driver
if ( ! in_array($child, $this->valid_drivers))
{