Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/01/2011 08:56:01 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix bug where activity favorites would not display correctly.

File:
1 edited

Legend:

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

    r3982 r3984  
    317317                        return false;
    318318
    319                     $in = implode( ',', (array)$favs );
     319                    $include = implode( ',', (array)$favs );
    320320                    break;
    321321                case 'mentions':
Note: See TracChangeset for help on using the changeset viewer.