aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/wikidatacon2019
diff options
context:
space:
mode:
authorDaniel Molkentin2019-10-23 14:43:57 +0200
committerDaniel Molkentin2019-10-23 14:43:57 +0200
commitdef2ad740d16d56a8b5f5dc4c429a3ab6ce0e505 (patch)
tree22b0cd82f7b56ac0f0ff1f2d21d244195a31a765 /configs/conferences/wikidatacon2019
parentd9e2f1d43613aeda60d193c793d7197cb12275b7 (diff)
Fix room name
Diffstat (limited to 'configs/conferences/wikidatacon2019')
-rwxr-xr-xconfigs/conferences/wikidatacon2019/config.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/configs/conferences/wikidatacon2019/config.php b/configs/conferences/wikidatacon2019/config.php
index db92d7c..7107fd1 100755
--- a/configs/conferences/wikidatacon2019/config.php
+++ b/configs/conferences/wikidatacon2019/config.php
@@ -120,7 +120,7 @@ $CONFIG['OVERVIEW'] = array(
'GROUPS' => array(
'Lecture Rooms' => array(
'kleist',
- 'keppler',
+ 'kepler',
'einstein',
),
),
@@ -345,8 +345,8 @@ $CONFIG['ROOMS'] = array(
// ),
),
- 'keppler' => array(
- 'DISPLAY' => 'Keppler',
+ 'kepler' => array(
+ 'DISPLAY' => 'Kepler',
'STREAM' => 's3',
'PREVIEW' => true,
@@ -359,8 +359,8 @@ $CONFIG['ROOMS'] = array(
'MUSIC' => false,
'SCHEDULE' => true,
- 'DISPLAY' => 'Keppler',
- 'SCHEDULE_NAME' => 'Keppler',
+ 'DISPLAY' => 'Kepler',
+ 'SCHEDULE_NAME' => 'Kepler',
'FEEDBACK' => false,
'SUBTITLES' => false,
'EMBED' => true,
@@ -420,7 +420,7 @@ $CONFIG['SCHEDULE'] = array(
*/
'ROOMFILTER' => [
'Kleist',
- 'Keppler',
+ 'Kepler',
'Einstein',
],