Skip to content

Commit b00bb70

Browse files
committed
MC-13877: Refactor MAGETWO-91659 fix that does not match BC requirements
1 parent f468817 commit b00bb70

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/Block/Address

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Block/Address/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ protected function _prepareLayout()
157157
}
158158
}
159159
}
160-
$this->setData('required_attributed_prechecked', $requiredAttributesPrechecked);
160+
$this->setData('required_attributes_prechecked', $requiredAttributesPrechecked);
161161
return $this;
162162
}
163163

0 commit comments

Comments
 (0)