summaryrefslogtreecommitdiffstats
path: root/system/libraries/Driver.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Driver.php')
-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))
{