diff options
author | Daniel Molkentin | 2018-06-06 16:57:08 +0200 |
---|---|---|
committer | Daniel Molkentin | 2018-06-06 17:00:49 +0200 |
commit | 571a7dde4a1cc6ef20b5cde5471f59c99ea39a29 (patch) | |
tree | 20d3b1c149dcb908ca64413764e3f14a40457fb3 | |
parent | 13b354e3b05eedce09158ba9253732b24ce6410d (diff) |
forumoe: fix room
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/forumoe/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/forumoe/config.php b/configs/conferences/forumoe/config.php index 06eb5b4..5cc1298 100644 --- a/configs/conferences/forumoe/config.php +++ b/configs/conferences/forumoe/config.php @@ -147,7 +147,7 @@ $CONFIG['ROOMS'] = array( * Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von * s1 bis s5 durchnummeriert. */ - 'STREAM' => 'q2', + 'STREAM' => 's3', /** * Stream-Vorschaubildchen auf der Übersichtsseite anzeigen |