mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 19:29:28 +01:00
groups were not defined
This commit is contained in:
parent
0969d1b538
commit
d67313f9fa
@ -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…
x
Reference in New Issue
Block a user