aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--room.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/room.php b/room.php
index 9d98f04..c297610 100644
--- a/room.php
+++ b/room.php
@@ -56,5 +56,5 @@ echo $tpl->render(array(
// miniroom = no hd, no translation, no slides, no irc, no program
// -> sendezentrum, workshops
- 'miniroom' => in_array($room, array('sendezentrum')=,
+ 'miniroom' => in_array($room, array('sendezentrum')),
));