diff options
Diffstat (limited to 'mod/groups/topicposts.php')
-rw-r--r-- | mod/groups/topicposts.php | 4 |
1 files changed, 4 insertions, 0 deletions
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();
|