aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index dfeb76e946..97f4ca655c 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -447,6 +447,8 @@ if ($keywords || $author || $author_id || $search_id || $submit)
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
}
+ $user->add_lang('viewtopic');
+
// Grab icons
$icons = $cache->obtain_icons();