1
0
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:
Joas Schilling
2015-05-16 22:06:37 +02:00
parent ff7e9dc912
commit 07231e7943
12 changed files with 192 additions and 24 deletions

View File

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