Changeset 3236
- Timestamp:
- 09/07/2010 02:15:41 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-classes.php
r3232 r3236 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.