[dw-free] email to display on profile not working for comms
[commit: http://hg.dwscoalition.org/dw-free/rev/9439b2b24547]
http://bugs.dwscoalition.org/show_bug.cgi?id=2935
Save to the user we're working on, not the currently logged in user.
Patch by
yvi.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2935
Save to the user we're working on, not the currently logged in user.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/manage/profile/index.bml
-------------------------------------------------------------------------------- diff -r a709486356b7 -r 9439b2b24547 htdocs/manage/profile/index.bml --- a/htdocs/manage/profile/index.bml Mon Oct 11 19:38:50 2010 +0800 +++ b/htdocs/manage/profile/index.bml Mon Oct 11 19:40:52 2010 +0800 @@ -649,7 +649,7 @@ body<= $update{'oldenc'} = $POST{'oldenc'}; } - my $save_rv = LJ::Setting->save_all($remote, \%POST, \@settings); + my $save_rv = LJ::Setting->save_all( $u, \%POST, \@settings ); $u->update_self( \%update ); --------------------------------------------------------------------------------