[buddypress-trac] [BuddyPress] #1124: typo for notifications in "function delete_all_by_type"

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Wed Sep 30 11:55:25 UTC 2009


#1124: typo for notifications in "function delete_all_by_type"
----------------------+-----------------------------------------------------
Reporter:  grosbouff  |       Owner:     
    Type:  defect     |      Status:  new
Priority:  major      |   Milestone:     
Keywords:             |  
----------------------+-----------------------------------------------------
 There is a typo in
 function delete_all_by_type() at line 350 :

 $component_action_sql = $wpdb->prepare( "AND component_action = %s",
 $compoennt_action );

 instead of

 $component_action_sql = $wpdb->prepare( "AND component_action = %s",
 $component_action );

-- 
Ticket URL: <http://trac.buddypress.org/ticket/1124>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list