Skip to:
Content

BuddyPress.org

Changeset 2936


Ignore:
Timestamp:
04/19/2010 05:55:44 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2314 props nuprn1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-activity/bp-activity-classes.php

    r2796 r2936  
    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.