diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-25 15:33:33 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-25 15:33:33 -0400 |
commit | 245b9584bf04f085b9487fb96ea5234f621078ca (patch) | |
tree | 23caef9db51032efedd225f2f1d2f62d6cbc62f6 /lib | |
parent | 1b7e8405c9086df3933536265654febefdb16b1c (diff) |
invite fancy url
darcs-hash:20080825193333-84dde-d02930a6e8c2333cbaa3ec4cddb7e31d1cbaf3eb.gz
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); } |