Skip to content

Commit b7441b0

Browse files
committed
Merge pull request #7 from whatwasmyusername/master
Fixed call to attributeAdd
2 parents 02a8982 + 40aa6c2 commit b7441b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Smalot/Magento/Catalog/ProductAttributeSet.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ProductAttributeSet extends MagentoModuleAbstract
3838
*/
3939
public function attributeAdd($attributeId, $attributeSetId, $attributeGroupId = null, $sortOrder = null)
4040
{
41-
return $this->create('product_attribute_set.attributeAdd', func_get_args());
41+
return $this->__createAction('product_attribute_set.attributeAdd', func_get_args());
4242
}
4343

4444
/**

0 commit comments

Comments
 (0)