Skip to:
Content

BuddyPress.org

Changeset 6408


Ignore:
Timestamp:
10/15/2012 05:20:17 PM (12 years ago)
Author:
boonebgorges
Message:

Cast activity object to avoid warnings on PHP strict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/ajax.php

    r6326 r6408  
    327327
    328328    // Swap the current comment with the activity item we just loaded
     329    $activities_template->activity                  = new stdClass;
    329330    $activities_template->activity->id              = $activities_template->activities[0]->item_id;
    330331    $activities_template->activity->current_comment = $activities_template->activities[0];
Note: See TracChangeset for help on using the changeset viewer.