]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
dashboard latest wasn't specifying fullview as false
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 24 Nov 2009 01:43:41 +0000 (01:43 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 24 Nov 2009 01:43:41 +0000 (01:43 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3704 36083f99-b078-4883-b0ff-0f9b5a30f544

dashboard/latest.php

index bc6eabd0a64e6916aef4b09970a549ce4c978c49..033c66695a0de2db0e44a8007d11d9aa20dba999 100644 (file)
@@ -17,7 +17,7 @@ require_once(dirname(dirname(__FILE__)) . "/engine/start.php");
 global $CONFIG;
 $title = elgg_view_title(elgg_echo('content:latest'));
 set_context('search');
-$content = list_registered_entities(0,10,true,false,array('object','group'));
+$content = list_registered_entities(0,10,false,false,array('object','group'));
 set_context('latest');
 $content = elgg_view_layout('two_column_left_sidebar', '', $title . $content);
 page_draw(elgg_echo('content:latest'), $content);