Skip to content

Commit

Permalink
Update AbstractCurrency.php
Browse files Browse the repository at this point in the history
  • Loading branch information
deriknel authored Jan 10, 2017
1 parent f2304f2 commit 7139c7a
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 7139c7a

Please sign in to comment.