Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/08/2010 04:20:25 PM (16 years ago)
Author:
apeatling
Message:

Merge 1.2 branch with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-templatetags.php

    r2687 r2822  
    162162        } else {
    163163                if ( 'inbox' == $bp->current_action )
    164                         bp_core_delete_notifications_for_user_by_type( $bp->loggedin_user->id, 'messages', 'new_message' );
     164                        bp_core_delete_notifications_for_user_by_type( $bp->loggedin_user->id, $bp->messages->id, 'new_message' );
    165165
    166166                if ( 'sentbox' == $bp->current_action )
Note: See TracChangeset for help on using the changeset viewer.