From 47edd73581acbd44026e68871f61086ce211908a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 28 Sep 2008 13:56:26 -0400 Subject: fancy url for favorites rss darcs-hash:20080928175626-5ed1f-cb8775fbff6825e56378f4b900f496cbc6cb3678.gz --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/util.php b/lib/util.php index 20fe4ced6..87c7f8fb0 100644 --- a/lib/util.php +++ b/lib/util.php @@ -945,6 +945,8 @@ function common_fancy_url($action, $args=NULL) { } else { return common_path($args['nickname'].'/favorites'); } + case 'favoritesrss': + return common_path($args['nickname'].'/favorites/rss'); case 'showmessage': return common_path('message/' . $args['message']); case 'newmessage': -- cgit v1.2.3-54-g00ecf