diff options
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/33c3/config.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configs/conferences/33c3/config.php b/configs/conferences/33c3/config.php index 59a7dc6..49999cf 100644 --- a/configs/conferences/33c3/config.php +++ b/configs/conferences/33c3/config.php @@ -652,7 +652,7 @@ $CONFIG['EXTRA_FILES'] = array(  	'everything.schedule.json' => 'http://data.c3voc.de/33C3/everything.schedule.json',  	'workshops.schedule.xml' => 'http://data.c3voc.de/33C3/workshops.schedule.xml', -	'workshops.schedule.xml' => 'http://data.c3voc.de/33C3/workshops.schedule.json', +	'workshops.schedule.json' => 'http://data.c3voc.de/33C3/workshops.schedule.json',  );  return $CONFIG; | 
