Skip to content
Snippets Groups Projects
Commit 107b0e8e authored by Till Glöggler's avatar Till Glöggler Committed by Jan-Hendrik Willms
Browse files

fixes #261

parent 53cb1a8d
No related branches found
No related tags found
No related merge requests found
......@@ -592,7 +592,7 @@ class RoomManager
}
$result = [];
if (is_array($time_ranges)) {
if (!empty($time_ranges)) {
//We must check if the room is available:
foreach ($filtered_rooms as $room) {
$room_is_available = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment