mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-26 09:44:26 +02:00
consistant obtain_* functions
git-svn-id: file:///svn/phpbb/trunk@6572 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -58,8 +58,7 @@ $sort_dir = request_var('sd', 'a');
|
||||
|
||||
|
||||
// Grab rank information for later
|
||||
$ranks = array();
|
||||
$cache->obtain_ranks($ranks);
|
||||
$ranks = $cache->obtain_ranks();
|
||||
|
||||
|
||||
// What do you want to do today? ... oops, I think that line is taken ...
|
||||
|
Reference in New Issue
Block a user