aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-09-12 15:32:11 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-09-12 15:32:11 +0000
commite503216834c466de1eb5746d1b2998a8db5de086 (patch)
tree316a5c451d9188a35a629b457adc697df568a93f /phpBB/search.php
parent#14435 (diff)
downloadphpbb-e503216834c466de1eb5746d1b2998a8db5de086.tar.gz
phpbb-e503216834c466de1eb5746d1b2998a8db5de086.tar.bz2
phpbb-e503216834c466de1eb5746d1b2998a8db5de086.zip
some tiny fixes...
git-svn-id: file:///svn/phpbb/trunk@8087 89ea8834-ac86-4346-8a33-228a782c2dd0
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();