mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12418] Notice displayed for feed.php
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user