diff --git a/lib/util.php b/lib/util.php index 955e0afbc4..9d54e21086 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); }