mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Provide a default USERCLASS_LIST value while running in CLI mode.
This commit is contained in:
parent
cd8ddfd54a
commit
b42e91217f
@ -1982,8 +1982,7 @@ e107::getDebug()->log("Timezone: ".USERTIMEZONE); // remove later on.
|
||||
define('GUEST', false);
|
||||
define('USERCLASS', '');
|
||||
define('USEREMAIL', '');
|
||||
define('USERCLASS_LIST', '');
|
||||
define('USERCLASS', '');
|
||||
define('USERCLASS_LIST', '253,254,250,251,0'); // needed to run some queries.
|
||||
define('USERJOINED', '');
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user