aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index b16a92384e..44ef053014 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -421,8 +421,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
}
// Grab icons
- $icons = array();
- $cache->obtain_icons($icons);
+ $icons = $cache->obtain_icons();
// Output header
if ($search_id && ($total_match_count > 1000))