Skip to:
Content

BuddyPress.org

Changeset 8016


Ignore:
Timestamp:
03/01/2014 03:06:08 PM (11 years ago)
Author:
boonebgorges
Message:

Fix broken variable references in xprofile/activity tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/testcases/xprofile/activity.php

    r8012 r8016  
    101101            'max' => 1,
    102102            'filter' => array(
    103                 'user_id' => $user_id,
     103                'user_id' => $d['u'],
    104104                'object' => buddypress()->profile->id,
    105105                'action' => 'updated_profile',
     
    135135            'max' => 1,
    136136            'filter' => array(
    137                 'user_id' => $user_id,
     137                'user_id' => $d['u'],
    138138                'object' => buddypress()->profile->id,
    139139                'action' => 'updated_profile',
Note: See TracChangeset for help on using the changeset viewer.