fixed user profile caching and retrieval issue.
This commit is contained in:
parent
671bcb3c1b
commit
5fb251d01f
1 changed files with 1 additions and 0 deletions
|
|
@ -215,6 +215,7 @@ sub www_editProfileSave {
|
||||||
foreach $fieldName (keys %{$profile}) {
|
foreach $fieldName (keys %{$profile}) {
|
||||||
$u->profileField($fieldName,WebGUI::HTML::filter(${$profile}{$fieldName},"javascript"));
|
$u->profileField($fieldName,WebGUI::HTML::filter(${$profile}{$fieldName},"javascript"));
|
||||||
}
|
}
|
||||||
|
WebGUI::Session::refreshUserInfo($session{user}{userId});
|
||||||
return WebGUI::Operation::Auth::www_auth();
|
return WebGUI::Operation::Auth::www_auth();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue