summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-03-09 11:06:08 +0000
committerZach Copley <zach@status.net>2010-03-09 11:08:07 +0000
commit311da86762d1cc3baabeca65a5123d15ecbc3a96 (patch)
tree990c368411c7c71cd800779b48ee5c3a68fb54c2 /plugins
parent9466546705b6849bcc22ab0073bd9e6bfad8f2c8 (diff)
Use canonical URL for notification in RSSCloud plugin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/RSSCloud/RSSCloudNotifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/RSSCloud/RSSCloudNotifier.php b/plugins/RSSCloud/RSSCloudNotifier.php
index d454691c8..9e7b53680 100644
--- a/plugins/RSSCloud/RSSCloudNotifier.php
+++ b/plugins/RSSCloud/RSSCloudNotifier.php
@@ -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();