Skip to content

Commit

Permalink
1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Magmodules committed Nov 1, 2017
1 parent fe59e2b commit 6e865ba
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 6e865ba

Please sign in to comment.