bug fixes
This commit is contained in:
parent
d7d6819204
commit
88c42da7a0
14 changed files with 59 additions and 23 deletions
|
|
@ -215,7 +215,7 @@ sub www_editProfileSave {
|
|||
foreach $fieldName (keys %{$profile}) {
|
||||
$u->profileField($fieldName,WebGUI::HTML::filter(${$profile}{$fieldName},"javascript"));
|
||||
}
|
||||
return WebGUI::Operation::Auth::www_displayAccount();
|
||||
return WebGUI::Operation::Auth::www_auth();
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue