From c7ed960b8bf9f248beee400768cbc9619b95b657 Mon Sep 17 00:00:00 2001 From: puschie286 Date: Mon, 2 Jul 2018 08:58:53 +0200 Subject: [PATCH] Update Config.php - remove comment --- system/Config/Config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/Config/Config.php b/system/Config/Config.php index 0a3c0c204f..8cef1942d5 100644 --- a/system/Config/Config.php +++ b/system/Config/Config.php @@ -70,8 +70,6 @@ class Config $class = substr($name, $pos + 1); } - //$class = strtolower($class); - if (! $getShared) { return self::createClass($name);