aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-04-25 13:03:23 -0700
committerCesar G <prototech91@gmail.com>2014-04-25 13:03:23 -0700
commit0553d7980853c49e5421c350557e3961d6e9b2bc (patch)
treecad57b90cda3ecc2a348f8abf09d7c5316143d7f
parentfe768d460d54d68aeecc392a75a1438b3f3bad34 (diff)
parent5008cbf903114047d45f93c88d8ea1444ed377cc (diff)
downloadforums-0553d7980853c49e5421c350557e3961d6e9b2bc.tar
forums-0553d7980853c49e5421c350557e3961d6e9b2bc.tar.gz
forums-0553d7980853c49e5421c350557e3961d6e9b2bc.tar.bz2
forums-0553d7980853c49e5421c350557e3961d6e9b2bc.tar.xz
forums-0553d7980853c49e5421c350557e3961d6e9b2bc.zip
Merge remote-tracking branch 'Nicofuma/ticket/12418' into develop-ascraeus
* Nicofuma/ticket/12418: [ticket/12418] Notice displayed for feed.php
-rw-r--r--phpBB/feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/feed.php b/phpBB/feed.php
index c31a6b6b1d..9ff8c66b9d 100644
--- a/phpBB/feed.php
+++ b/phpBB/feed.php
@@ -37,7 +37,7 @@ if (!empty($config['feed_http_auth']) && request_var('auth', '') == 'http')
}
$auth->acl($user->data);
-$user->setup();
+$user->setup('viewtopic');
// Initial var setup
$forum_id = request_var('f', 0);