From: Evan Prodromou Date: Mon, 25 Aug 2008 19:33:33 +0000 (-0400) Subject: invite fancy url X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=245b9584bf04f085b9487fb96ea5234f621078ca;p=quix0rs-gnu-social.git invite fancy url darcs-hash:20080825193333-84dde-d02930a6e8c2333cbaa3ec4cddb7e31d1cbaf3eb.gz --- 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); }