Fix Generic Feedback-Form

This commit is contained in:
MaZderMind 2015-04-02 12:22:28 +02:00
parent d863253409
commit ae76dc32ef

View file

@ -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 ?>