aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_profile.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-12-21 18:18:12 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-12-21 18:18:12 +0000
commitf4f2ab3a35ed74eefe713c9d3d9aada841201161 (patch)
tree32d31d4692d49bae47707ee18fc2b32b50fb23f0 /phpBB/includes/ucp/ucp_profile.php
parent1ba4064f20c20b8a57bdf66602a9d5172ea5df32 (diff)
downloadforums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar.gz
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar.bz2
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar.xz
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.zip
- user avatar, user signature, user attachments
git-svn-id: file:///svn/phpbb/trunk@5365 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_profile.php')
-rw-r--r--phpBB/includes/ucp/ucp_profile.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php
index df1370e073..3a0dbdc0cc 100644
--- a/phpBB/includes/ucp/ucp_profile.php
+++ b/phpBB/includes/ucp/ucp_profile.php
@@ -512,7 +512,8 @@ class ucp_profile
// check avatar gallery
if (!is_dir($phpbb_root_path . $config['avatar_gallery_path'] . '/' . $category))
{
- $type = $filename = $width = $height = '';
+ $filename = '';
+ $type = $width = $height = 0;
}
else
{