diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 36030c77c..119677091 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1048,6 +1048,7 @@ function common_fancy_url($action, $args=NULL) { } else { return common_path('notice/delete'); } + case 'microsummary': case 'xrds': case 'foaf': return common_path($args['nickname'].'/'.$action); |