1
0
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:
Marc Alexander
2012-12-01 00:27:52 +01:00
parent 081440f6c4
commit d439f47710
6 changed files with 26 additions and 22 deletions

View File

@@ -174,7 +174,7 @@ class phpbb_avatar_driver_local extends phpbb_avatar_driver
);
}
}
@ksort($avatar_list);
ksort($avatar_list);
if ($this->cache != null)
{