diff options
author | Cesar G <prototech91@gmail.com> | 2014-04-25 13:03:23 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-04-25 13:03:23 -0700 |
commit | 0553d7980853c49e5421c350557e3961d6e9b2bc (patch) | |
tree | cad57b90cda3ecc2a348f8abf09d7c5316143d7f | |
parent | fe768d460d54d68aeecc392a75a1438b3f3bad34 (diff) | |
parent | 5008cbf903114047d45f93c88d8ea1444ed377cc (diff) | |
download | forums-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.php | 2 |
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); |