diff options
| author | Cullen Walsh <ckwalsh@phpbb.com> | 2011-06-15 12:38:17 -0700 |
|---|---|---|
| committer | Cullen Walsh <ckwalsh@cullenwalsh.com> | 2012-03-18 22:20:45 +0000 |
| commit | 6d0f2e478800e1e9696701eeff00ac69c1e57dee (patch) | |
| tree | 52b9e78eeb3f7c03d22b09cc8edffa77f3bc1673 /phpBB/includes/avatar/manager.php | |
| parent | 84099e5bc1f452e1a4643fd78658929875ab1eee (diff) | |
| download | forums-6d0f2e478800e1e9696701eeff00ac69c1e57dee.tar forums-6d0f2e478800e1e9696701eeff00ac69c1e57dee.tar.gz forums-6d0f2e478800e1e9696701eeff00ac69c1e57dee.tar.bz2 forums-6d0f2e478800e1e9696701eeff00ac69c1e57dee.tar.xz forums-6d0f2e478800e1e9696701eeff00ac69c1e57dee.zip | |
[feature/avatars] Fixing typos in avatar manager and local avatars
See above
PHPBB3-10018
Diffstat (limited to 'phpBB/includes/avatar/manager.php')
| -rw-r--r-- | phpBB/includes/avatar/manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/avatar/manager.php b/phpBB/includes/avatar/manager.php index 7137243898..001fcf2f14 100644 --- a/phpBB/includes/avatar/manager.php +++ b/phpBB/includes/avatar/manager.php @@ -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: |
