[buddypress-trac] [BuddyPress] #3440: foreach error when you delete bp_pages from db

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Fri Aug 5 18:50:46 UTC 2011


#3440: foreach error when you delete bp_pages from db
-------------------------+------------------------------
 Reporter:  modemlooper  |       Owner:
     Type:  defect       |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Core         |     Version:
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+------------------------------

Comment (by enderandrew):

 And shouldn't like 95 be:

         foreach( (array)$page_ids as $component_name => $page_id ) {

 It is currently:

         foreach( $page_ids as $component_name => $page_id ) {

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


More information about the buddypress-trac mailing list