1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-21 10:40:58 +02: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:
Tristan Darricau
2014-04-17 17:39:42 +02:00
parent b305364b27
commit 5008cbf903

View File

@ -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);