diff options
Diffstat (limited to 'lib/util.php')
-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 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']); |