Use canonical URL for notification in RSSCloud plugin

This commit is contained in:
Zach Copley 2010-03-09 11:06:08 +00:00
parent 9466546705
commit 311da86762
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class RSSCloudNotifier
function notify($profile)
{
$feed = common_path('api/statuses/user_timeline/') .
$profile->nickname . '.rss';
$profile->id . '.rss';
$cloudSub = new RSSCloudSubscription();