Removed bug in club model that avoids deletion of all offers
This commit is contained in:
parent
5179ea9de5
commit
1d1bde1a8d
@ -102,6 +102,9 @@ class CommonClubsModelClub extends AbstractCommonClubsModel
|
||||
*/
|
||||
public function setOfferIds($ids)
|
||||
{
|
||||
if(empty($ids))
|
||||
$ids = array();
|
||||
|
||||
$dbo = $this->getFactory()->loadById($this->getId());
|
||||
$currentOffersAssocs = $dbo->getOfferAssocs();
|
||||
$currentIds = array_map(function($obj){
|
||||
|
Loading…
Reference in New Issue
Block a user