groups were not defined

This commit is contained in:
czaks 2015-04-05 20:25:57 +02:00
parent 6fd4eb2add
commit 9831b582fa

View File

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