1
0
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:
Cameron
2018-07-19 20:49:16 -07:00
parent cd8ddfd54a
commit b42e91217f

View File

@@ -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;
}