aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAndreas Hubel2017-10-23 11:27:52 +0200
committerAndreas Hubel2017-10-23 11:27:52 +0200
commitcd01db23660a215cea852ed594bdd8aff2de30a7 (patch)
treeae855efee78f2e4972d51a8cc8dddd6f5eb5312c /configs
parent16fc016ccc2096e1b7223fdc63279b72820f17de (diff)
pw17: changes stream of saal2 from s4 to pw2
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/pw17/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/pw17/config.php b/configs/conferences/pw17/config.php
index 1257f2b..0a84804 100644
--- a/configs/conferences/pw17/config.php
+++ b/configs/conferences/pw17/config.php
@@ -12,7 +12,7 @@ $CONFIG['CONFERENCE'] = array(
/**
* Der Endzeitpunkt der Konferenz als Unix-Timestamp. Befinden wir uns danach, wird eine Danke-Und-Kommen-Sie-
- * Gut-Nach-Hause-Seite sowie einem Ausblick auf die kommenden Events angezeigt.
+ * Gut-Nach-Hause-Seite sowie einem Ausblick auf die kommenden Events angezeigt.
*
* Wird dieser Zeitpunkt nicht angegeben, endet die Konferenz nie. (Siehe aber CLOSED weiter unten)
*/
@@ -152,7 +152,7 @@ $CONFIG['ROOMS'] = array(
'saal2' => array(
'DISPLAY' => 'Saal 2',
- 'STREAM' => 's4',
+ 'STREAM' => 'pw2',
'PREVIEW' => true,
'TRANSLATION' => false,