Skip to content

Commit

Permalink
Fix importFromArray by setting _isCollectionLoaded to true after import
Browse files Browse the repository at this point in the history
  • Loading branch information
slackerzz committed Mar 21, 2019
1 parent 77297a1 commit 2f49a5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,7 @@ public function importFromArray($arr)
$this->_items[$entityId]->addData($row);
}
}
$this->_setIsLoaded();
return $this;
}

Expand Down

0 comments on commit 2f49a5c

Please sign in to comment.