Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2011 02:39:11 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Audit the usage of $bp->groups->slug. See #3325.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-functions.php

    r4632 r4648  
    198198
    199199    // Remove all notifications for any user belonging to this group
    200     bp_core_delete_all_notifications_by_type( $group_id, $bp->groups->slug );
     200    bp_core_delete_all_notifications_by_type( $group_id, $bp->groups->id );
    201201
    202202    // Remove forum if component is active and current group has one
Note: See TracChangeset for help on using the changeset viewer.