mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 04:34:07 +02:00
[feature/avatars] Fixing typos in avatar manager and local avatars
See above PHPBB3-10018
This commit is contained in:
committed by
Cullen Walsh
parent
84099e5bc1
commit
6d0f2e4788
@@ -50,7 +50,7 @@ class phpbb_avatar_manager
|
||||
// Legacy stuff...
|
||||
switch ($avatar_type)
|
||||
{
|
||||
case AVATAR_LOCAL:
|
||||
case AVATAR_GALLERY:
|
||||
$avatar_type = 'local';
|
||||
break;
|
||||
case AVATAR_UPLOAD:
|
||||
|
Reference in New Issue
Block a user