Skip to content

Commit 2d43630

Browse files
sreichelPascal Querner
authored andcommitted
Update app/code/core/Mage/Core/Helper/EnvironmentConfigLoader.php
1 parent 2ff4dcd commit 2d43630

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/core/Mage/Core/Helper/EnvironmentConfigLoader.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ public function hasPath(string $wantedPath): bool
127127
break;
128128
}
129129
}
130-
$hasConfig = array_key_exists($wantedPath, $config);
131-
return $hasConfig;
130+
return array_key_exists($wantedPath, $config);
132131
}
133132

134133
public function getAsArray(string $wantedScope): array

0 commit comments

Comments
 (0)