fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-10-11 11:41 am

[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 [personal profile] yvi.

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 );
 
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org