* update to 0.7.4

This commit is contained in:
slawkens1
2017-12-24 09:50:53 +01:00
parent cf12265cd8
commit b83fb05b82
4 changed files with 11 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ $config['data_path'] = $tmp;
unset($tmp);
// new config values for compability
if(!isset($config['highscores_ids_hidden'])) {
if(!isset($config['highscores_ids_hidden']) || count($config['highscores_ids_hidden']) == 0) {
$config['highscores_ids_hidden'] = array(0);
}