Skip to:
Content

BuddyPress.org

Changeset 2577


Ignore:
Timestamp:
02/03/2010 09:22:00 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1791 props rvenable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-classes.php

    r2576 r2577  
    6262            return false;
    6363
    64         $this->id = $wpdb->insert_id;
     64        if ( empty( $this->id ) )
     65            $this->id = $wpdb->insert_id;
    6566
    6667        do_action( 'bp_activity_after_save', $this );
Note: See TracChangeset for help on using the changeset viewer.