Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/13/2011 09:06:39 PM (13 years ago)
Author:
djpaul
Message:

When a blog comment status transition occurs, update the relevant activity's status. See #3660

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/ajax.php

    r5302 r5328  
    345345    // Load up the activity item
    346346    $activity = new BP_Activity_Activity( (int) $_POST['id'] );
    347     if ( empty( $activity->id ) ) {
     347    if ( empty( $activity->component ) ) {
    348348        echo '-1';
    349349        return false;
Note: See TracChangeset for help on using the changeset viewer.