mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13844] FAQ in new controller format
PHPBB3-13844
This commit is contained in:
@@ -376,7 +376,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||
$row['session_page'] === 'app.' . $phpEx . '/help/bbcode')
|
||||
{
|
||||
$location = $user->lang['VIEWING_FAQ'];
|
||||
$location_url = $controller_helper->route('phpbb_help_controller', array('mode' => 'faq'));
|
||||
$location_url = $controller_helper->route('phpbb_help_faq_controller');
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user