diff options
author | Toby Inkster <mail@tobyinkster.co.uk> | 2009-09-30 13:12:17 +0100 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-09-30 13:59:18 -0400 |
commit | c5be2962ad6fa4f78a4892005bc6a342de89c5d0 (patch) | |
tree | 7bf3f89b9e576a8fdfc5c2c111be7e5e7a0fe250 /actions/showgroup.php | |
parent | a57783de0214f061eca3ab65880f573e8668de03 (diff) |
FOAF for Groups.
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r-- | actions/showgroup.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index ff9949762..a67765ce5 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -345,7 +345,12 @@ class ShowgroupAction extends GroupDesignAction 'method' => 'timeline', 'argument' => $this->group->nickname.'.atom')), sprintf(_('Notice feed for %s group (Atom)'), - $this->group->nickname))); + $this->group->nickname)), + new Feed(Feed::FOAF, + common_local_url('foafgroup', + array('nickname' => $this->group->nickname)), + sprintf(_('FOAF for %s group'), + $this->group->nickname))); } /** |