Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1124 closed defect (bug) (fixed)

typo for notifications in "function delete_all_by_type"

Reported by: grosbouff's profile grosbouff Owned by:
Milestone: 1.1.1 Priority: major
Severity: Version:
Component: 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
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2005]) Fixes #1124 props grosbouff

#2 @apeatling
15 years ago

  • Milestone set to 1.1.1
Note: See TracTickets for help on using tickets.