aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/river.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-20 21:08:58 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-20 21:08:58 +0000
commit1e5a6f5ba512107dc2c7f842d756015d04bc0999 (patch)
tree0cf13f2cd37ee5914eb9816f4a565118f88792fc /engine/lib/river.php
parentae6bea4b0b40a94edb0c5271d279f3bdcca6a0c1 (diff)
downloadelgg-1e5a6f5ba512107dc2c7f842d756015d04bc0999.tar.gz
elgg-1e5a6f5ba512107dc2c7f842d756015d04bc0999.tar.bz2
Fixes #3197 fixed the RSS feed for activity (river)
git-svn-id: http://code.elgg.org/elgg/trunk@8786 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/river.php')
-rw-r--r--engine/lib/river.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/river.php b/engine/lib/river.php
index 50663c966..80925a21d 100644
--- a/engine/lib/river.php
+++ b/engine/lib/river.php
@@ -325,6 +325,8 @@ function elgg_get_river(array $options = array()) {
* @since 1.8.0
*/
function elgg_list_river(array $options = array()) {
+ global $autofeed;
+ $autofeed = true;
$defaults = array(
'offset' => (int) max(get_input('offset', 0), 0),