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, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 8c4dc6547d..ab2e54126c 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -450,7 +450,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
$user->add_lang('viewtopic');
// Grab icons
- $icons = cache::obtain_icons();
+ $icons = phpbb_cache::obtain_icons();
// Output header
if ($search_id && ($total_match_count > 1000))