#6880

stephen
Keymaster

Hi,

Please try go to that file find and replace code:
$this->_allActivedId = $this->_allActivedItems->getALLIds();
by:
if(!empty($this->_allActivedItems)) $this->_allActivedId = $this->_allActivedItems->getALLIds();

Thanks!