forked from leftypol/leftypol
restore php5.3 compatibility. thx for Kihokki for reporting that
This commit is contained in:
parent
3545ba1b47
commit
8d4104feb0
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ function loadConfig() {
|
|||
if (!isset($config['user_flag']))
|
||||
$config['user_flag'] = false;
|
||||
if (!isset($config['user_flags']))
|
||||
$config['user_flags'] = [];
|
||||
$config['user_flags'] = array();
|
||||
|
||||
if ($config['root_file']) {
|
||||
chdir($config['root_file']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue