diff options
author | Peter Hasse | 2020-09-24 19:16:46 +0200 |
---|---|---|
committer | Peter Hasse | 2020-09-24 19:16:46 +0200 |
commit | c228557c1a5568675825f4c255195781823d7660 (patch) | |
tree | a6f1c63449c79038860bd0f0982ae55b4683aefb /configs/conferences/wevsclimatecrisis/config.php | |
parent | 586370987fb4bb93af5cc9b3bec2224a084667df (diff) |
fix room name
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/wevsclimatecrisis/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/wevsclimatecrisis/config.php b/configs/conferences/wevsclimatecrisis/config.php index cf11fc3..665770e 100644 --- a/configs/conferences/wevsclimatecrisis/config.php +++ b/configs/conferences/wevsclimatecrisis/config.php @@ -136,7 +136,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. */ - 'suedpol' => array ( + 'co2' => array ( /** * Angezeige-Name */ |