From cf54010e75411546bbe9cbc6dc3d79fad4faa52a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 19:52:16 -0500 Subject: fancy url for tagother darcs-hash:20081121005216-84dde-5dea247b1c64f276cf2b2b5d3d6ce51ba3d9d615.gz --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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']); -- cgit v1.2.3-54-g00ecf