From 245b9584bf04f085b9487fb96ea5234f621078ca Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 25 Aug 2008 15:33:33 -0400 Subject: [PATCH] invite fancy url darcs-hash:20080825193333-84dde-d02930a6e8c2333cbaa3ec4cddb7e31d1cbaf3eb.gz --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) 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); }