[buddypress-trac] [BuddyPress] #3672: Changed email address on user settings is not reflected on next pageload

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Sun Nov 13 02:38:04 UTC 2011


#3672: Changed email address on user settings is not reflected on next pageload
--------------------------+------------------
 Reporter:  boonebgorges  |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  1.6
Component:  Settings      |     Version:  1.5
 Severity:  minor         |  Resolution:
 Keywords:  dev-feedback  |
--------------------------+------------------
Changes (by r-a-y):

 * keywords:   => dev-feedback


Comment:

 The easiest way to remedy this ticket is to change
 [http://buddypress.trac.wordpress.org/browser/trunk/bp-settings/bp-
 settings-actions.php#L85 line 85 in bp_core_screen_general_settings()] (as
 of r5301) from:

 {{{
 $bp->displayed_user->userdata = bp_core_get_core_userdata(
 bp_displayed_user_id() );
 }}}

 to:

 {{{
 $bp->displayed_user->userdata->user_email = $user_email;
 }}}


 Sorry for the lack of a patch!  If you want one, let me know!

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3672#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list