diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-02-05 18:10:47 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-02-05 18:10:47 +0000 |
commit | 9febe8ce394d8428355ac73f1c0f6a9555252bd2 (patch) | |
tree | 8e6cfdb3ed3ec5d1baeed8caced56411da8a5e6e /lib | |
parent | 7ea136ee1ba350a64b95cd86a386f3e0d0e339d8 (diff) |
trac #1142 fix tag rss
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 579f964ac..cbff35a9d 100644 --- a/lib/util.php +++ b/lib/util.php @@ -736,6 +736,8 @@ function common_fancy_url($action, $args=null) return common_path("api/statuses/public_timeline.atom"); case 'publicxrds': return common_path('xrds'); + case 'tagrss': + return common_path('tag/' . $args['tag'] . '/rss'); case 'featuredrss': return common_path('featuredrss'); case 'favoritedrss': |