Browse Source

groups were not defined

pull/40/head
czaks 9 years ago
parent
commit
9831b582fa
  1. 2
      inc/functions.php

2
inc/functions.php

@ -69,6 +69,8 @@ function loadConfig() {
$config = Cache::get('config_' . $boardsuffix ) ) {
$events = Cache::get('events_' . $boardsuffix );
define_groups();
if (file_exists('inc/instance-functions.php')) {
require_once('inc/instance-functions.php');
}

Loading…
Cancel
Save