Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/19/2010 02:06:25 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1582 - missing activity favorites RSS feed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/ajax.php

    r2354 r2356  
    194194                    $favorite_ids = implode( ',', (array)$favs );
    195195                    $query_string = 'include=' . $favorite_ids;
    196                     $feed_url = $bp->loggedin_user->domain  . BP_ACTIVITY_SLUG . '/my-favorites/feed/';
     196                    $feed_url = $bp->loggedin_user->domain  . BP_ACTIVITY_SLUG . '/favorites/feed/';
    197197                    break;
    198198                case 'atme':
Note: See TracChangeset for help on using the changeset viewer.