|
|
@ -89,7 +89,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
$listings = [];
|
|
|
|
$listings = [];
|
|
|
|
foreach ($listings_raw as $id => $listing_props) {
|
|
|
|
foreach ($listings_raw as $id => $listing_props) {
|
|
|
|
$filter = [...$listing_props['rooms'], ...$listing_props['sogs']];
|
|
|
|
$filter = [...($listing_props['rooms'] ?? []), ...($listing_props['sogs'] ?? [])];
|
|
|
|
$matchees = [];
|
|
|
|
$matchees = [];
|
|
|
|
$rooms = CommunityRoom::select_rooms($rooms_all, $filter, $matchees);
|
|
|
|
$rooms = CommunityRoom::select_rooms($rooms_all, $filter, $matchees);
|
|
|
|
|
|
|
|
|
|
|
|