diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-11-24 17:35:33 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-11-24 17:35:33 -0500 |
commit | a1da43417e319b7cd49199667794163ad8e3d8ed (patch) | |
tree | 7074af7327c287bbdd4442ed8527691da39026fc /lib/util.php | |
parent | 864aad7b83df0a4e78a96286f412402ee2d0b49b (diff) |
support microsummaries
darcs-hash:20081124223533-5ed1f-1ae78e694043cef14d528dcd4201301eec8ad61b.gz
Diffstat (limited to 'lib/util.php')
-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); |