Skip to content

Commit cfeb9dd

Browse files
pquernersreichel
authored andcommitted
Update app/code/core/Mage/Adminhtml/Block/System/Config/Form.php
Co-authored-by: Sven Reichel <github-sr@hotmail.com>
1 parent c6c9422 commit cfeb9dd

File tree

1 file changed

+2
-2
lines changed
  • app/code/core/Mage/Adminhtml/Block/System/Config

1 file changed

+2
-2
lines changed

app/code/core/Mage/Adminhtml/Block/System/Config/Form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ public function initFields($fieldset, $group, $section, $fieldPrefix = '', $labe
384384
'scope' => $this->getScope(),
385385
'scope_id' => $this->getScopeId(),
386386
'scope_label' => $this->getScopeLabel($element),
387-
'can_use_default_value' => $this->canUseDefaultValue((int)$element->show_in_default),
388-
'can_use_website_value' => $this->canUseWebsiteValue((int)$element->show_in_website),
387+
'can_use_default_value' => $this->canUseDefaultValue((int) $element->show_in_default),
388+
'can_use_website_value' => $this->canUseWebsiteValue((int) $element->show_in_website),
389389
];
390390
if ($this->isOverwrittenByEnvVariable($path)) {
391391
$elementFieldData['scope_label'] = $this->_scopeLabels[static::SCOPE_ENV];

0 commit comments

Comments
 (0)