diff options
author | millette <millette@controlyourself.ca> | 2008-11-23 19:50:54 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-23 19:50:54 -0500 |
commit | aa29ebf9f42518441e2078679bd6377ed55b6624 (patch) | |
tree | 8200f2227b120750f5b5b9c5797d7793e279ad60 /lib/util.php | |
parent | daf14886b3e14e06b45499244fc6d8a5878abafa (diff) |
a step closer to deleting a user and hosts posts from the db
darcs-hash:20081124005054-099f7-a7b20c1e15900e1c696a33902a6612b8be2387fa.gz
Diffstat (limited to 'lib/util.php')
-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 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'])) { |