diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-12 16:05:07 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-12 16:05:07 +0000 |
commit | e18efcf810afa535f68ca8c8584e669b7b4e7368 (patch) | |
tree | 00b1876d41a9c46ccaa429bf0b1c0294cb9e39c2 | |
parent | f83b7e1581daf1911bfe9e9c69ff9961ef2a184d (diff) | |
download | forums-e18efcf810afa535f68ca8c8584e669b7b4e7368.tar forums-e18efcf810afa535f68ca8c8584e669b7b4e7368.tar.gz forums-e18efcf810afa535f68ca8c8584e669b7b4e7368.tar.bz2 forums-e18efcf810afa535f68ca8c8584e669b7b4e7368.tar.xz forums-e18efcf810afa535f68ca8c8584e669b7b4e7368.zip |
test new sf cvs with tiny bugfix
git-svn-id: file:///svn/phpbb/trunk@5895 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 4795d14072..d201e763da 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -20,7 +20,7 @@ include($phpbb_root_path . 'includes/functions_display.' . $phpEx); // Start session management $user->session_begin(); $auth->acl($user->data); -$user->setup(); +$user->setup('viewforum'); display_forums('', $config['load_moderators']); |