Skip to content

Commit

Permalink
Backport PR8418 - Fatal error on cms block grid delete
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhofman committed Dec 21, 2017
1 parent 373f320 commit 8059598
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/code/Magento/Cms/Model/ResourceModel/Block/Grid/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,6 @@ public function setAggregations($aggregations)
$this->aggregations = $aggregations;
}

/**
* Retrieve all ids for collection
* Backward compatibility with EAV collection
*
* @param int $limit
* @param int $offset
* @return array
*/
public function getAllIds($limit = null, $offset = null)
{
return $this->getConnection()->fetchCol($this->_getAllIdsSelect($limit, $offset), $this->_bindParams);
}

/**
* Get search criteria.
*
Expand Down

0 comments on commit 8059598

Please sign in to comment.