aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index c0ea87fede..5a618f4a2c 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -303,7 +303,7 @@ $template->assign_vars(array(
));
// Grab icons
-$icons = $cache->obtain_icons();
+$icons = cache::obtain_icons();
// Grab all topic data
$rowset = $announcement_list = $topic_list = $global_announce_list = array();