Skip to content

Commit

Permalink
Merge pull request #8 from magmodules/1.5.5
Browse files Browse the repository at this point in the history
1.5.5
  • Loading branch information
Magmodules authored Nov 1, 2017
2 parents 2aa4bf6 + 6e865ba commit 16e26ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/community/Magmodules/Channable/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function validateProduct($product, $config, $parent)
*/
public function getAttributeValue($field, $product, $config, $actions = '', $parent, $parentAttributes)
{
$dataRow = '';
$dataRow = array();
$data = $config['field'][$field];
$productData = $product;

Expand Down

0 comments on commit 16e26ed

Please sign in to comment.