mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/10658] Do not fetch ranks into the $ranks array, it is no longer used.
PHPBB3-10658
This commit is contained in:
@@ -62,11 +62,6 @@ $default_key = 'c';
|
|||||||
$sort_key = request_var('sk', $default_key);
|
$sort_key = request_var('sk', $default_key);
|
||||||
$sort_dir = request_var('sd', 'a');
|
$sort_dir = request_var('sd', 'a');
|
||||||
|
|
||||||
|
|
||||||
// Grab rank information for later
|
|
||||||
$ranks = $cache->obtain_ranks();
|
|
||||||
|
|
||||||
|
|
||||||
// What do you want to do today? ... oops, I think that line is taken ...
|
// What do you want to do today? ... oops, I think that line is taken ...
|
||||||
switch ($mode)
|
switch ($mode)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user