Skip to content

Commit b16b6d5

Browse files
committed
AC-8862: Config path which contains capital letters doesn't return value
1 parent 206b70a commit b16b6d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/App/Config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ public function clean()
125125
*/
126126
public function get($configType, $path = '', $default = null)
127127
{
128-
//$path = strtolower($path);
129128
$result = null;
130129
if (isset($this->types[$configType])) {
131130
$result = $this->types[$configType]->get($path);

0 commit comments

Comments
 (0)