diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-07 21:21:40 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-07 21:21:40 +0000 |
commit | cbb742ea8073a35fe812ba9da97faed2b8612d61 (patch) | |
tree | ef487e255b57a5f76b27be32b0e583e09fd94f8f /phpBB/includes/functions_user.php | |
parent | 383e27dba8057fbbafc83590bc6a98ce774b8634 (diff) | |
download | forums-cbb742ea8073a35fe812ba9da97faed2b8612d61.tar forums-cbb742ea8073a35fe812ba9da97faed2b8612d61.tar.gz forums-cbb742ea8073a35fe812ba9da97faed2b8612d61.tar.bz2 forums-cbb742ea8073a35fe812ba9da97faed2b8612d61.tar.xz forums-cbb742ea8073a35fe812ba9da97faed2b8612d61.zip |
#10617
git-svn-id: file:///svn/phpbb/trunk@7503 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r-- | phpBB/includes/functions_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 079a2d3e77..0dab76e7c0 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -1791,7 +1791,7 @@ function avatar_get_dimensions($avatar, $avatar_type, &$error, $current_x = 0, $ $error[] = $user->lang['UNABLE_GET_IMAGE_SIZE']; return false; } - + if ($image_data[0] < 2 || $image_data[1] < 2) { $error[] = $user->lang['AVATAR_NO_SIZE']; |