mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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
This commit is contained in:
parent
24ab3618a6
commit
a95ee894af
1 changed files with 2 additions and 0 deletions
|
@ -535,6 +535,8 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
|
||||||
|
|
||||||
$user_lang = stripslashes($user_lang);
|
$user_lang = stripslashes($user_lang);
|
||||||
$user_dateformat = stripslashes($user_dateformat);
|
$user_dateformat = stripslashes($user_dateformat);
|
||||||
|
$user_avatar = $user_avatar_local;
|
||||||
|
$user_avatar_type = USER_AVATAR_GALLERY;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue