forked from GNUsocial/gnu-social
invite fancy url
darcs-hash:20080825193333-84dde-d02930a6e8c2333cbaa3ec4cddb7e31d1cbaf3eb.gz
This commit is contained in:
parent
1b7e8405c9
commit
245b9584bf
@ -907,6 +907,8 @@ function common_fancy_url($action, $args=NULL) {
|
||||
return common_path($path . (($args) ? ('?' . http_build_query($args)) : ''));
|
||||
case 'tags':
|
||||
return common_path('tags' . (($args) ? ('?' . http_build_query($args)) : ''));
|
||||
case 'invite':
|
||||
return common_path('invite');
|
||||
default:
|
||||
return common_simple_url($action, $args);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user