aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/profile.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-01-14 23:34:54 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-01-14 23:34:54 +0000
commita95ee894af6450fb3f1888a428689c88484742a8 (patch)
tree822d0b853a9a53f3d8ecd0c72cd956818778045e /phpBB/profile.php
parent24ab3618a6c217a1f9501b82c9e878c594f5669b (diff)
downloadforums-a95ee894af6450fb3f1888a428689c88484742a8.tar
forums-a95ee894af6450fb3f1888a428689c88484742a8.tar.gz
forums-a95ee894af6450fb3f1888a428689c88484742a8.tar.bz2
forums-a95ee894af6450fb3f1888a428689c88484742a8.tar.xz
forums-a95ee894af6450fb3f1888a428689c88484742a8.zip
Moan moan moan ... here you are then, avatar gallery selection on leaving gallery :)
git-svn-id: file:///svn/phpbb/trunk@1876 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/profile.php')
-rw-r--r--phpBB/profile.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/profile.php b/phpBB/profile.php
index 4b5f6c15ab..24c87afb05 100644
--- a/phpBB/profile.php
+++ b/phpBB/profile.php
@@ -535,6 +535,8 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
$user_lang = stripslashes($user_lang);
$user_dateformat = stripslashes($user_dateformat);
+ $user_avatar = $user_avatar_local;
+ $user_avatar_type = USER_AVATAR_GALLERY;
}
}