From a95ee894af6450fb3f1888a428689c88484742a8 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 14 Jan 2002 23:34:54 +0000 Subject: [PATCH] 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 --- phpBB/profile.php | 2 ++ 1 file changed, 2 insertions(+) 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; } }