mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
change cache:: to phpbb_cache::
git-svn-id: file:///svn/phpbb/trunk@9226 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1156,7 +1156,7 @@ function get_user_rank($user_id, $user_rank, $user_posts, &$rank_title, &$rank_i
|
||||
if (empty($ranks))
|
||||
{
|
||||
global $cache;
|
||||
$ranks = cache::obtain_ranks();
|
||||
$ranks = phpbb_cache::obtain_ranks();
|
||||
}
|
||||
|
||||
if (!empty($user_rank))
|
||||
|
Reference in New Issue
Block a user