Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/15/2011 08:18:05 PM (15 years ago)
Author:
boonebgorges
Message:

Fix incorrect variable name in bp_activity_avatar(). Fixes #3283

File:
1 edited

Legend:

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

    r4493 r4514  
    557557            $email = $activities_template->activity->user_email;
    558558
    559         return apply_filters( 'bp_get_activity_avatar', bp_core_fetch_avatar( array( 'item_id' => $item_id, 'object' => $object, 'type' => $type, 'alt' => $alt, 'class' => $class, 'width' => $width, 'height' => $height, 'email' => $email ) ) );
     559        return apply_filters( 'bp_get_activity_avatar', bp_core_fetch_avatar( array( 'item_id' => $user_id, 'object' => $object, 'type' => $type, 'alt' => $alt, 'class' => $class, 'width' => $width, 'height' => $height, 'email' => $email ) ) );
    560560    }
    561561
Note: See TracChangeset for help on using the changeset viewer.