Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/08/2010 04:02:41 PM (15 years ago)
Author:
apeatling
Message:

Fixes #2110

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-messages/bp-messages-templatetags.php

    r2687 r2819  
    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.