Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/31/2010 08:08:28 PM (15 years ago)
Author:
apeatling
Message:

Messaging sentbox fix and various other minor fixes.

File:
1 edited

Legend:

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

    r2480 r2502  
    238238
    239239        // Now email the user with the contents of the message (if they have enabled email notifications)
    240         if ( !get_usermeta( $user_id, 'notification_activity_new_mention' ) || 'yes' == get_usermeta( $user_id, 'notification_activity_new_mention' ) ) {
     240        if ( 'no' != get_usermeta( $user_id, 'notification_activity_new_mention' ) ) {
    241241            $poster_name = bp_core_get_user_displayname( $poster_user_id );
    242242
Note: See TracChangeset for help on using the changeset viewer.