groups were not defined
This commit is contained in:
parent
6fd4eb2add
commit
9831b582fa
@ -69,6 +69,8 @@ function loadConfig() {
|
|||||||
$config = Cache::get('config_' . $boardsuffix ) ) {
|
$config = Cache::get('config_' . $boardsuffix ) ) {
|
||||||
$events = Cache::get('events_' . $boardsuffix );
|
$events = Cache::get('events_' . $boardsuffix );
|
||||||
|
|
||||||
|
define_groups();
|
||||||
|
|
||||||
if (file_exists('inc/instance-functions.php')) {
|
if (file_exists('inc/instance-functions.php')) {
|
||||||
require_once('inc/instance-functions.php');
|
require_once('inc/instance-functions.php');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user