Skip to:
Content

BuddyPress.org


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/bp-activity-classes.php

    r2485 r2502  
    2727
    2828        $row = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM {$bp->activity->table_name} WHERE id = %d", $this->id ) );
    29 
    30         if ( $activity ) {
     29        if ( $row ) {
    3130            $this->id = $row->id;
    3231            $this->item_id = $row->item_id;
Note: See TracChangeset for help on using the changeset viewer.