Skip to content

Commit

Permalink
Merge pull request #7 from intelliant01/master
Browse files Browse the repository at this point in the history

Bug-fix: Catalog import form was rendered blank
  • Loading branch information
intelliant01 committed Dec 21, 2015
2 parents 8b870bf + 387f7e2 commit e5f7f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function createAttributeSet($attribute_set_name, $external_id)
$modelSet->validate();
$modelSet->save();
} catch (Exception $e) {
$this->customHelper->reportError($this->customHelper->__('Attribute set name %s with id %s already exists in magento system with the same name', $attribute_set_name, $external_id))
$this->customHelper->reportError($this->customHelper->__('Attribute set name %s with id %s already exists in magento system with the same name', $attribute_set_name, $external_id));
}
return $attributeSetId;
}
Expand Down

0 comments on commit e5f7f7a

Please sign in to comment.