aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/faq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/faq.php b/phpBB/faq.php
index a47751528f..48d40b6dd3 100644
--- a/phpBB/faq.php
+++ b/phpBB/faq.php
@@ -106,7 +106,7 @@ page_header($l_title);
$template->set_filenames(array(
'body' => 'faq_body.html')
);
-make_jumpbox('viewforum.'.$phpEx, $forum_id);
+make_jumpbox('viewforum.'.$phpEx);
page_footer();