Skip to content

Commit 9599ebf

Browse files
pquernersreichel
authored andcommitted
Update app/code/core/Mage/Core/Helper/EnvironmentConfigLoader.php
Co-authored-by: Sven Reichel <github-sr@hotmail.com>
1 parent 57c7253 commit 9599ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function overrideEnvironment(Varien_Simplexml_Config $xmlConfig)
101101
break;
102102
}
103103
}
104-
Mage::register("current_env_config", true, true);
104+
Mage::register('current_env_config', true, true);
105105
}
106106

107107
public function hasPath(string $wantedPath): bool

0 commit comments

Comments
 (0)