diff --git a/public/typo3conf/ext/ep_products/Classes/Service/DateService.php b/public/typo3conf/ext/ep_products/Classes/Service/DateService.php index c780863f..fe64ba45 100644 --- a/public/typo3conf/ext/ep_products/Classes/Service/DateService.php +++ b/public/typo3conf/ext/ep_products/Classes/Service/DateService.php @@ -420,7 +420,7 @@ class DateService implements SingletonInterface if (!$row['hotelShowAsTeaser']) { continue; } - $categoryUid = $row['hotelCategory']; + $categoryUid = $row['hotelCategory'] ?? Hotel::CATEGORY_STANDARD; $hotelUid = $row['hotelUid']; $hotelUri = $this->uriBuilder ->reset()