Skip to content

Commit f1899b4

Browse files
authored
Update app/code/core/Mage/Core/Helper/EnvironmentConfigLoader.php
1 parent e5232e0 commit f1899b4

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
@@ -134,8 +134,7 @@ public function hasPath(string $wantedPath): bool
134134
break;
135135
}
136136
}
137-
$hasConfig = array_key_exists($wantedPath, $config);
138-
return $hasConfig;
137+
return array_key_exists($wantedPath, $config);
139138
}
140139

141140
public function getAsArray(string $wantedScope): array

0 commit comments

Comments
 (0)