[buddypress-trac] [BuddyPress Trac] #5836: Creating a new user from the user-new admin screen generates notices

buddypress-trac noreply at wordpress.org
Sat Sep 6 23:21:31 UTC 2014


#5836: Creating a new user from the user-new admin screen generates notices
--------------------------+------------------
 Reporter:  imath         |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  2.1
Component:  XProfile      |     Version:
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+------------------

Comment (by boonebgorges):

 Thanks, imath! Looks mostly good. One change: can you make sure that you
 restore the $_POST global after you fake it?

 {{{
 $post_vars = $_POST;

 $_POST = array( // ...

 // ...

 // clean up
 $_POST = $post_vars;
 }}}

 Thanks!

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5836#comment:6>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list