Skip to content

Commit 478a2ad

Browse files
committed
typo
1 parent cd473a5 commit 478a2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/core/Mage/Customer/Model/Customer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,6 +1755,6 @@ public function getCustomerAttributeModel(): Mage_Customer_Model_Attribute
17551755
{
17561756
/** @var Mage_Customer_Model_Attribute $model */
17571757
$model = Mage::getModel('customer/attribute');
1758-
return $model->getIsRequired();
1758+
return $model;
17591759
}
17601760
}

0 commit comments

Comments
 (0)