mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
Fix Generic Feedback-Form
This commit is contained in:
parent
d863253409
commit
ae76dc32ef
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
<? foreach($roomiter->getSelections() as $selection): ?>
|
||||
<option
|
||||
<? if(
|
||||
$room && $stream &&
|
||||
isset($room) && isset($stream) &&
|
||||
$roomiter->getSlug() == $room->getSlug() &&
|
||||
$selection->getSelection() == $stream->getSelection()
|
||||
): ?>selected<? endif ?>
|
||||
|
|
Loading…
Reference in a new issue