Skip to content

Commit

Permalink
[BUGFIX][11022] typecast filtergroups array
Browse files Browse the repository at this point in the history
  • Loading branch information
David Verholen committed Oct 13, 2017
1 parent a85d164 commit 3ec56ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function save(\Magento\Eav\Api\Data\AttributeSetInterface $attributeSet)
*/
public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
{
$this->searchCriteriaBuilder->setFilterGroups($searchCriteria->getFilterGroups());
$this->searchCriteriaBuilder->setFilterGroups((array)$searchCriteria->getFilterGroups());
$this->searchCriteriaBuilder->addFilters(
[
$this->filterBuilder
Expand Down

0 comments on commit 3ec56ac

Please sign in to comment.