From aa29ebf9f42518441e2078679bd6377ed55b6624 Mon Sep 17 00:00:00 2001 From: millette Date: Sun, 23 Nov 2008 19:50:54 -0500 Subject: a step closer to deleting a user and hosts posts from the db darcs-hash:20081124005054-099f7-a7b20c1e15900e1c696a33902a6612b8be2387fa.gz --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 5fec73552..73bd6ee16 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1144,6 +1144,8 @@ function common_fancy_url($action, $args=NULL) { case 'repliesrss': return common_path($args['nickname'].'/replies/rss'); case 'userrss': + if (isset($args['limit'])) + return common_path($args['nickname'].'/rss?limit=' . $args['limit']); return common_path($args['nickname'].'/rss'); case 'showstream': if ($args && isset($args['page'])) { -- cgit v1.2.3-54-g00ecf