diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-05 16:35:19 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-05 16:35:19 -0500 |
commit | 8775e79e35a2fb343254fdd21b9d6d228cc97a9e (patch) | |
tree | 5d7125cb3e206f3081ba468bcc5fb8290c0a3023 /lib | |
parent | 444c7944809544928e05bd71479f6551acc98fc4 (diff) | |
parent | 02eecb4f07fd4bede01bf81b441e04e68b6091ec (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
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': |