diff options
author | Daniel Molkentin | 2020-10-29 19:57:01 +0100 |
---|---|---|
committer | Daniel Molkentin | 2020-10-29 19:57:31 +0100 |
commit | 47d59278f25076a7ede761adf93ad4534f3d9682 (patch) | |
tree | c0e1b257aa9be65f4afab246500103e889583cb3 /configs/conferences/chaosradio | |
parent | 39a1ff46a413f69d28c837210250db7955f18c68 (diff) |
chaosradio: fix typo
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/chaosradio/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/chaosradio/config.php b/configs/conferences/chaosradio/config.php index 7d05fc2..90f5588 100644 --- a/configs/conferences/chaosradio/config.php +++ b/configs/conferences/chaosradio/config.php @@ -25,7 +25,7 @@ else } #$STREAM = $IM_CCCB ? 's23' : 'q2'; -STREAM="chaosradio" +$STREAM="chaosradio"; $CONFIG['CONFERENCE'] = array( |