aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorderpeter2020-09-26 12:53:59 +0200
committerderpeter2020-09-26 12:53:59 +0200
commit952926296eae6210b55edfc07d4d988df3d6a995 (patch)
tree7226210d3849bc01957958c13adefc9037355d38 /configs
parent0f9a30754b383afa27c83825c44edbbf10addf8d (diff)
fix room slug
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/archconf2020/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/archconf2020/config.php b/configs/conferences/archconf2020/config.php
index fcd3c10..e1b101b 100644
--- a/configs/conferences/archconf2020/config.php
+++ b/configs/conferences/archconf2020/config.php
@@ -120,7 +120,7 @@ $CONFIG['OVERVIEW'] = array(
*/
'GROUPS' => array(
'Digital Rooms' => array(
- 'Arch Conf'
+ 'ArchConf'
),
),
);
@@ -135,7 +135,7 @@ $CONFIG['ROOMS'] = array(
* Array-Key ist der Raum-Slug, der z.B. auch zum erstellen der URLs,
* in $CONFIG['OVERVIEW'] oder im Feedback verwendet wird.
*/
- 'Arch Conf' => array(
+ 'ArchConf' => array(
'DISPLAY' => 'Arch Conf',
'STREAM' => 'sarchmain',
'PREVIEW' => true,