aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewonline.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-05-16 22:06:37 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-05-16 22:09:05 +0200
commit07231e7943e9ffdba08393be56510e682ab7a7e5 (patch)
tree31905c8e7e124a232b8892f3f519b4b876573a77 /phpBB/viewonline.php
parentff7e9dc91262aa43c6153831a33fda13d5324325 (diff)
downloadforums-07231e7943e9ffdba08393be56510e682ab7a7e5.tar
forums-07231e7943e9ffdba08393be56510e682ab7a7e5.tar.gz
forums-07231e7943e9ffdba08393be56510e682ab7a7e5.tar.bz2
forums-07231e7943e9ffdba08393be56510e682ab7a7e5.tar.xz
forums-07231e7943e9ffdba08393be56510e682ab7a7e5.zip
[ticket/13844] FAQ in new controller format
PHPBB3-13844
Diffstat (limited to 'phpBB/viewonline.php')
-rw-r--r--phpBB/viewonline.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php
index 7bd9d07033..2f58646722 100644
--- a/phpBB/viewonline.php
+++ b/phpBB/viewonline.php
@@ -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;
}