diff options
Diffstat (limited to 'phpBB/modules/ucp/ucp_pm_viewfolder.php')
| -rw-r--r-- | phpBB/modules/ucp/ucp_pm_viewfolder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/ucp/ucp_pm_viewfolder.php b/phpBB/modules/ucp/ucp_pm_viewfolder.php index 36750d69c4..67db920b2b 100644 --- a/phpBB/modules/ucp/ucp_pm_viewfolder.php +++ b/phpBB/modules/ucp/ucp_pm_viewfolder.php @@ -33,7 +33,7 @@ function view_folder($id, $mode, $folder_id, $folder) $user->add_lang('viewforum'); // Grab icons - $icons = cache::obtain_icons(); + $icons = phpbb_cache::obtain_icons(); $color_rows = array('marked', 'replied'); |
