Skip to:
Content

BuddyPress.org

Changeset 3236


Ignore:
Timestamp:
09/07/2010 02:15:41 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fix incorrect object assignment.

File:
1 edited

Legend:

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

    r3232 r3236  
    3535                        $this->component = $row->component;
    3636                        $this->type = $row->type;
    37                         $this->action = $row->type;
     37                        $this->action = $row->action;
    3838                        $this->content = $row->content;
    3939                        $this->date_recorded = $row->date_recorded;
Note: See TracChangeset for help on using the changeset viewer.