aboutsummaryrefslogtreecommitdiff
path: root/room.php
diff options
context:
space:
mode:
authorMaZderMind2014-11-09 22:55:16 +0100
committerMaZderMind2014-11-09 22:55:16 +0100
commit208218557ce6bb4aab2950065f9cdd97a7b49047 (patch)
treec8c945b582c265204cc13b5b3376355631554bf4 /room.php
parent7da876b75ee3307e400eab65e6206c8dca7cf56a (diff)
fix a bug
Diffstat (limited to 'room.php')
-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')),
));