mirror of
https://github.com/e107inc/e107.git
synced 2025-07-21 23:11:14 +02:00
Provide a default USERCLASS_LIST value while running in CLI mode.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user