fix it more
This commit is contained in:
parent
8d4104feb0
commit
45fdd71b63
@ -538,7 +538,7 @@
|
|||||||
$config['user_flag'] = false;
|
$config['user_flag'] = false;
|
||||||
|
|
||||||
// List of user_flag the user can choose. Flags must be placed in the directory set by $config['uri_flags']
|
// List of user_flag the user can choose. Flags must be placed in the directory set by $config['uri_flags']
|
||||||
$config['user_flags'] = [];
|
$config['user_flags'] = array();
|
||||||
/* example:
|
/* example:
|
||||||
$config['user_flags'] = array (
|
$config['user_flags'] = array (
|
||||||
'nz' => 'Nazi',
|
'nz' => 'Nazi',
|
||||||
|
Loading…
Reference in New Issue
Block a user