diff --git a/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php b/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php index fde65f31..be97b8a1 100644 --- a/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php +++ b/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php @@ -65,7 +65,7 @@ class IcalService implements SingletonInterface $events = $this->contingentRepository->getEvents( $now, null, - ['hotel' => $hotel, 'hotelCode' => $hotel->getCode()] + ['hotel' => $hotel] ); } catch (DBALException $e) {