Skip to:
Content

BuddyPress.org

Changeset 2416 for trunk/bp-groups.php


Ignore:
Timestamp:
01/24/2010 01:13:15 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1641

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r2411 r2416  
    13261326        'item_id' => false,
    13271327        'secondary_item_id' => false,
    1328         'recorded_time' => time(),
    13291328        'hide_sitewide' => $hide_sitewide
    13301329    );
     
    13331332    extract( $r, EXTR_SKIP );
    13341333
    1335     return bp_activity_add( array( 'user_id' => $user_id, 'action' => $action, 'content' => $content, 'primary_link' => $primary_link, 'component' => $component, 'type' => $type, 'item_id' => $item_id, 'secondary_item_id' => $secondary_item_id, 'recorded_time' => $recorded_time, 'hide_sitewide' => $hide_sitewide ) );
     1334    return bp_activity_add( array( 'user_id' => $user_id, 'action' => $action, 'content' => $content, 'primary_link' => $primary_link, 'component' => $component, 'type' => $type, 'item_id' => $item_id, 'secondary_item_id' => $secondary_item_id, 'hide_sitewide' => $hide_sitewide ) );
    13361335}
    13371336
Note: See TracChangeset for help on using the changeset viewer.