mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
fix schedule display with unknown rooms
This commit is contained in:
parent
ddbe235e28
commit
53fa8f43e5
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
–
|
||||
<?=h(strftime('%H:%M', $event['end']))?>
|
||||
in
|
||||
<?=h($scheduleRoom->getDisplay()) ?>
|
||||
<?=h($scheduleRoom ? $scheduleRoom->getDisplay() : $roomname) ?>
|
||||
</h4>
|
||||
<h3>
|
||||
<?=h($event['title'])?>
|
||||
|
|
Loading…
Reference in a new issue