X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowgroup.php;h=a67765ce583c94b39f6cab9d967217ba7d4c65a6;hb=c5047fd90ac8f6f057780a34065e320883c7a31f;hp=ff994976215263447b6151d5f65b131873c1039f;hpb=d7ae0ed4fd755ebad0788a17d0f2fb6a6ca9d63b;p=quix0rs-gnu-social.git diff --git a/actions/showgroup.php b/actions/showgroup.php index ff99497621..a67765ce58 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))); } /**