Skip to content

Commit

Permalink
Fix bug allowing private entry information to be displayed in the wee…
Browse files Browse the repository at this point in the history
…k (single room) view. See GitHub Issues #3510.
  • Loading branch information
campbell-m committed Sep 17, 2023
1 parent ff88980 commit 8d7d7c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/functions_table.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,7 @@ function week_room_table_innerhtml(string $view, int $view_all, int $year, int $
{
foreach ($entries as $entry)
{
$entry = prepare_entry($entry);
$map->add($entry, $j, $start_first_slot[$j], $start_last_slot[$j]);
}
}
Expand Down

0 comments on commit 8d7d7c2

Please sign in to comment.