mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
fix multiview
This commit is contained in:
parent
6e09caee5b
commit
ad4cafd5d2
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ echo $tpl->render(array(
|
|||
'page' => 'multiview',
|
||||
'title' => 'Stream-Übersicht',
|
||||
|
||||
'rooms' => Room::rooms(),
|
||||
'rooms' => $conference->getRooms(),
|
||||
'selection' => @$_GET['selection'],
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue