From 3cd007c49d776b4e76f939dbd7d7c328bd09abe9 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 24 Dec 2008 14:44:19 +0000 Subject: change cache:: to phpbb_cache:: git-svn-id: file:///svn/phpbb/trunk@9226 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/modules/ucp/ucp_pm_viewfolder.php | 2 +- phpBB/modules/ucp/ucp_pm_viewmessage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/modules/ucp') 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'); diff --git a/phpBB/modules/ucp/ucp_pm_viewmessage.php b/phpBB/modules/ucp/ucp_pm_viewmessage.php index 8b249ab66a..e6e34efbfa 100644 --- a/phpBB/modules/ucp/ucp_pm_viewmessage.php +++ b/phpBB/modules/ucp/ucp_pm_viewmessage.php @@ -46,7 +46,7 @@ function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row) } // Grab icons - $icons = cache::obtain_icons(); + $icons = phpbb_cache::obtain_icons(); $bbcode = false; -- cgit v1.2.1