Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/19/2011 10:24:15 PM (15 years ago)
Author:
djpaul
Message:

Fix a pair of pass-by-reference warnings, props johnjamesjacoby

File:
1 edited

Legend:

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

    r4372 r4396  
    125125
    126126        // Allow access to be filtered
    127         $has_access = apply_filters( 'bp_activity_permalink_access', $has_access, &$activity );
     127        $has_access = apply_filters_ref_array( 'bp_activity_permalink_access', array( $has_access, &$activity ) );
    128128
    129129        // Allow additional code execution
Note: See TracChangeset for help on using the changeset viewer.