mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[feature/avatars] Fix docblocks and minor cosmetic issues
PHPBB3-10018
This commit is contained in:
@@ -174,7 +174,7 @@ class phpbb_avatar_driver_local extends phpbb_avatar_driver
|
||||
);
|
||||
}
|
||||
}
|
||||
@ksort($avatar_list);
|
||||
ksort($avatar_list);
|
||||
|
||||
if ($this->cache != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user