mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12418] Notice displayed for feed.php
https://tracker.phpbb.com/browse/PHPBB3-12418 language/viewtopic.php isn't loaded, so MISSING_INLINE_ATTACHMENT isn't available. PHPBB3-12418
This commit is contained in:
parent
b305364b27
commit
5008cbf903
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue