diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-10 08:11:32 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-10 08:11:32 -0400 |
commit | c73ebf3382196dfd175fd1d5bc966157d96cde38 (patch) | |
tree | b8ba05263013cd71879a25fc31d1c3b51d7715e4 /lib | |
parent | afeb31af630aef7094eb099c09890553fa0db719 (diff) |
export FOAF
darcs-hash:20080610121132-84dde-f0f49c2e33c650e6cf91d3e31f595b0ee570e603.gz
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 f59094c06..900fd9a58 100644 --- a/lib/util.php +++ b/lib/util.php @@ -516,6 +516,7 @@ function common_fancy_url($action, $args=NULL) { case 'subscribed': case 'xrds': case 'all': + case 'foaf': return common_path($args['nickname'].'/'.$action); case 'allrss': return common_path($args['nickname'].'/all/rss'); |