@@ -116,7 +116,7 @@ |
||
| 116 | 116 | $attribute = $this->loadAttributeByAttributeCode($attributeCode); |
| 117 | 117 | |
| 118 | 118 | // temporary persist the pre-loaded attribute code => ID mapping |
| 119 | - $this->preLoadedAttributeIds[$attributeCode]= $attribute[MemberNames::ATTRIBUTE_ID]; |
|
| 119 | + $this->preLoadedAttributeIds[$attributeCode] = $attribute[MemberNames::ATTRIBUTE_ID]; |
|
| 120 | 120 | } |
| 121 | 121 | |
| 122 | 122 | /** |