diff options
author | MaZderMind | 2018-03-21 13:34:22 +0100 |
---|---|---|
committer | MaZderMind | 2018-03-21 13:34:22 +0100 |
commit | bbe0878bc527eee569b23d47168ec181568e26d3 (patch) | |
tree | 4775e1b270825ec6c07309fca32493ffcb412d9a /configs | |
parent | 3e7393d8ac279b6b22ec8f63a27d7dead2375648 (diff) |
fix s3 room assignment
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/fossgis18/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/fossgis18/config.php b/configs/conferences/fossgis18/config.php index cd4a5a8..5c278bc 100644 --- a/configs/conferences/fossgis18/config.php +++ b/configs/conferences/fossgis18/config.php @@ -400,7 +400,7 @@ $CONFIG['ROOMS'] = array( 'hoersaal-4' => array( 'DISPLAY' => 'Hörsaal IV - Geozentrum', - 'STREAM' => 's2', + 'STREAM' => 's3', 'PREVIEW' => true, 'TRANSLATION' => false, |