diff options
Diffstat (limited to 'lib')
-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 955e0afbc..9d54e2108 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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); } |