add hidden track

This commit is contained in:
Vasil Kolev 2017-10-20 00:56:43 +03:00 committed by Openfest
parent 1501e54165
commit e8ab9df36f
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?php
function getSchedConfig($year = 2016) {
function getSchedConfig($year = 2017) {
$globalConfig = [
'lang' => 'bg',
'cfp_url' => 'https://cfp.openfest.org',
@ -38,7 +38,7 @@ function getSchedConfig($year = 2016) {
'lecture' => 7,
'workshop' => 8,
],
'hidden_language_tracks' => [25],
'hidden_language_tracks' => [34],
],
];