]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
small tweak to the new river
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 29 May 2010 10:56:50 +0000 (10:56 +0000)
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 29 May 2010 10:56:50 +0000 (10:56 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6290 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/river.php

index 212eccaefa90a7b4bdcc34266741958df902151a..1bc04f36ae571e32cb61e2866fa00cfd6bb8a7bb 100644 (file)
@@ -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);