mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 23:16:13 +02:00
Merge remote-tracking branch 'Nicofuma/ticket/12418' into develop-ascraeus
* Nicofuma/ticket/12418: [ticket/12418] Notice displayed for feed.php
This commit is contained in:
commit
0553d79808
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user