a step closer to deleting a user and hosts posts from the db
darcs-hash:20081124005054-099f7-a7b20c1e15900e1c696a33902a6612b8be2387fa.gz
This commit is contained in:
@@ -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'])) {
|
||||
|
Reference in New Issue
Block a user