From dd55e25d7ad2be4d2e3aa20058c4b9c36aa1a25a Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 29 May 2010 10:56:50 +0000 Subject: small tweak to the new river git-svn-id: http://code.elgg.org/elgg/trunk@6290 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/river.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/river.php') diff --git a/engine/lib/river.php b/engine/lib/river.php index 212eccaef..1bc04f36a 100644 --- a/engine/lib/river.php +++ b/engine/lib/river.php @@ -429,7 +429,7 @@ function elgg_view_river_item($item) { * @return string Human-readable river. */ function elgg_view_river_items($subject_guid = 0, $object_guid = 0, $subject_relationship = '', - $type = '', $subtype = '', $action_type = '', $limit = 20, $posted_min = 0, $posted_max = 0, $pagination = true, $chronological = true) { + $type = '', $subtype = '', $action_type = '', $limit = 20, $posted_min = 0, $posted_max = 0, $pagination = true, $chronological = false) { // Get input from outside world and sanitise it $offset = (int) get_input('offset',0); -- cgit v1.2.3