From 19f0aab3221dd7760387cbec745c1eca9b215af7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 9 Sep 2017 16:08:00 +0200 Subject: WIP: CI3 migration Signed-off-by: Florian Pritz --- system/libraries/Driver.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/libraries/Driver.php') 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)) { -- cgit v1.2.3-24-g4f1b