Skip to content

Commit 9918ea1

Browse files
author
Pascal Querner
committed
chore: remove inline helper variable name
1 parent 4b848df commit 9918ea1

File tree

1 file changed

+1
-1
lines changed
  • app/code/core/Mage/Adminhtml/Model/Config

1 file changed

+1
-1
lines changed

app/code/core/Mage/Adminhtml/Model/Config/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ protected function _getPathConfig($path, $full = true)
345345
if (!$full) {
346346
/** @var Mage_Core_Helper_EnvironmentConfigLoader $environmentConfigLoaderHelper */
347347
$environmentConfigLoaderHelper = Mage::helper('core/environmentConfigLoader');
348-
$envConfig = $environmentConfigLoaderHelper->getAsArray($scope = $this->getScope());
348+
$envConfig = $environmentConfigLoaderHelper->getAsArray($this->getScope());
349349
$config = array_merge($config, $envConfig);
350350
}
351351
return $config;

0 commit comments

Comments
 (0)