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);