diff options
Diffstat (limited to 'phpBB/index.php')
| -rw-r--r-- | phpBB/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 32c60f0785..b307b44c4c 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -22,7 +22,7 @@ $auth->acl($user->data); $user->setup(); include($phpbb_root_path . 'includes/functions_display.' . $phpEx); -display_forums(); +display_forums('', $config['load_moderators']); // Set some stats, get posts count from forums data if we... hum... retrieve all forums data $total_posts = $config['num_posts']; |
