Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1124 closed defect (bug) (fixed)

typo for notifications in "function delete_all_by_type"

Reported by: grosbouff Owned by:
Priority: major Milestone: 1.1.1
Component: Version:
Severity: Keywords:
Cc:

Description

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

Change History (2)

#1 @apeatling
17 years ago

  • Resolutionfixed
  • Status newclosed

(In [2005]) Fixes #1124 props grosbouff

#2 @apeatling
17 years ago

  • Milestone1.1.1
Note: See TracTickets for help on using tickets.