missed fetching the right language string

This commit is contained in:
Vasil Kolev 2017-10-20 01:01:37 +03:00 committed by Openfest
parent e8ab9df36f
commit ec35c444e4
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ function parseData($config, $data) {
continue; continue;
} }
$schedule .= '<th>' . $hall['bg'] . '</th>'; $schedule .= '<th>' . $hall[$config['lang']] . '</th>';
} }
$schedule .= '</tr></thead><tbody>'; $schedule .= '</tr></thead><tbody>';