missed fetching the right language string
This commit is contained in:
parent
e8ab9df36f
commit
ec35c444e4
|
@ -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>';
|
||||||
|
|
Loading…
Reference in New Issue