From bfd49157afbdcb8ecc8e204ff7ab2b246d08be57 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 23 Feb 2009 16:56:33 +0000 Subject: RSS for group topics, including fixes for annotation getURL() override git-svn-id: https://code.elgg.org/elgg/trunk@2898 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/topicposts.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/groups/topicposts.php') diff --git a/mod/groups/topicposts.php b/mod/groups/topicposts.php index 7a2efaa70..ea8a82bac 100644 --- a/mod/groups/topicposts.php +++ b/mod/groups/topicposts.php @@ -13,6 +13,10 @@ // Load Elgg engine require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); + // We now have RSS on topics + global $autofeed; + $autofeed = true; + //get_input('group_guid'); set_page_owner(get_input('group_guid')); if (!(page_owner_entity() instanceof ElggGroup)) forward(); -- cgit v1.2.3