Skip to:
Content

BuddyPress.org

Changeset 5491


Ignore:
Timestamp:
12/10/2011 10:23:15 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix bug preventing editing of activity comments. Fixes #3831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-admin.php

    r5487 r5491  
    540540    // Get the activity from the database
    541541    $activity = bp_activity_get( array(
    542         'in'          => ! empty( $_REQUEST['aid'] ) ? (int) $_REQUEST['aid'] : 0,
    543         'max'         => 1,
    544         'show_hidden' => true,
    545         'spam'        => 'all',
     542        'in'               => ! empty( $_REQUEST['aid'] ) ? (int) $_REQUEST['aid'] : 0,
     543        'max'              => 1,
     544        'show_hidden'      => true,
     545        'spam'             => 'all',
     546        'display_comments' => 0
    546547    ) );
    547548
Note: See TracChangeset for help on using the changeset viewer.