summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-11-20 19:52:16 -0500
committerEvan Prodromou <evan@prodromou.name>2008-11-20 19:52:16 -0500
commitcf54010e75411546bbe9cbc6dc3d79fad4faa52a (patch)
tree73f7d64ab35afa645a73a4350fc6e9bf2fc0429f /lib
parent7b099a4c6b4b2e851aa9fa95c6c2c9b35c95bd65 (diff)
fancy url for tagother
darcs-hash:20081121005216-84dde-5dea247b1c64f276cf2b2b5d3d6ce51ba3d9d615.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php
index 1365380ab..ce9e312b6 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -985,6 +985,8 @@ function common_fancy_url($action, $args=NULL) {
case 'unsubscribe':
case 'invite':
return common_path('main/'.$action);
+ case 'tagother':
+ return common_path('main/tagother?id='.$args['id']);
case 'register':
if ($args && $args['code']) {
return common_path('main/register/'.$args['code']);