Skip to content

Commit

Permalink
Merge pull request #94 from magento-engcom/MAGETWO-65003-PR-8077
Browse files Browse the repository at this point in the history
MAGETWO-65003: [GitHub][PR] Type cast  #8077
  • Loading branch information
maghamed authored Feb 22, 2017
2 parents da7a7c4 + 4ab76db commit d01f9ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ protected function _getAllowedCurrencies()
)
);
}
return $this->getData('groups/options/fields/allow/value');

return (array)$this->getData('groups/options/fields/allow/value');
}

/**
Expand Down

0 comments on commit d01f9ed

Please sign in to comment.