diff options
author | MaZderMind | 2014-11-09 22:55:16 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-09 22:55:16 +0100 |
commit | 208218557ce6bb4aab2950065f9cdd97a7b49047 (patch) | |
tree | c8c945b582c265204cc13b5b3376355631554bf4 | |
parent | 7da876b75ee3307e400eab65e6206c8dca7cf56a (diff) |
fix a bug
Diffstat (limited to '')
-rw-r--r-- | room.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')), )); |