aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/ucp
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-12-24 14:44:19 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-12-24 14:44:19 +0000
commit3cd007c49d776b4e76f939dbd7d7c328bd09abe9 (patch)
tree287c795585bd490712255b17d0962ce5e838c36b /phpBB/modules/ucp
parentac37f87105173ae50c357c96ffee43ef4d4b41f5 (diff)
downloadforums-3cd007c49d776b4e76f939dbd7d7c328bd09abe9.tar
forums-3cd007c49d776b4e76f939dbd7d7c328bd09abe9.tar.gz
forums-3cd007c49d776b4e76f939dbd7d7c328bd09abe9.tar.bz2
forums-3cd007c49d776b4e76f939dbd7d7c328bd09abe9.tar.xz
forums-3cd007c49d776b4e76f939dbd7d7c328bd09abe9.zip
change cache:: to phpbb_cache::
git-svn-id: file:///svn/phpbb/trunk@9226 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/modules/ucp')
-rw-r--r--phpBB/modules/ucp/ucp_pm_viewfolder.php2
-rw-r--r--phpBB/modules/ucp/ucp_pm_viewmessage.php2
2 files changed, 2 insertions, 2 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');
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;