Changeset 2936
- Timestamp:
- 04/19/2010 05:55:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-activity/bp-activity-classes.php
r2796 r2936 35 35 $this->component = $row->component; 36 36 $this->type = $row->type; 37 $this->action = $row-> type;37 $this->action = $row->action; 38 38 $this->content = $row->content; 39 39 $this->date_recorded = $row->date_recorded;
Note: See TracChangeset
for help on using the changeset viewer.