Skip to:
Content

BuddyPress.org

Changeset 2502 for trunk/bp-activity.php


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

Messaging sentbox fix and various other minor fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r2485 r2502  
    629629    /* Send an email notification if settings allow */
    630630    require_once( BP_PLUGIN_DIR . '/bp-activity/bp-activity-notifications.php' );
    631     bp_activity_new_comment_notification( $comment_id, $params );
     631    bp_activity_new_comment_notification( $comment_id, $user_id, $params );
    632632
    633633    do_action( 'bp_activity_comment_posted', $comment_id, $params );
Note: See TracChangeset for help on using the changeset viewer.