mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +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:
@@ -505,16 +505,16 @@ if ($config['allow_bookmarks'] && $user->data['is_registered'] && request_var('b
|
||||
}
|
||||
|
||||
// Grab ranks
|
||||
$ranks = cache::obtain_ranks();
|
||||
$ranks = phpbb_cache::obtain_ranks();
|
||||
|
||||
// Grab icons
|
||||
$icons = cache::obtain_icons();
|
||||
$icons = phpbb_cache::obtain_icons();
|
||||
|
||||
// Grab extensions
|
||||
$extensions = array();
|
||||
if ($topic_data['topic_attachment'])
|
||||
{
|
||||
$extensions = cache::obtain_attach_extensions($forum_id);
|
||||
$extensions = phpbb_cache::obtain_extensions_forum($forum_id);
|
||||
}
|
||||
|
||||
// Forum rules listing
|
||||
|
Reference in New Issue
Block a user