From 66e5946c98c1e441e7ffaf3e2326fc0708b14f2d Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 5 Jul 2012 20:47:33 -0400 Subject: Fixes #4627 removes pagination --- views/default/widgets/new_users/content.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'views/default/widgets/new_users') diff --git a/views/default/widgets/new_users/content.php b/views/default/widgets/new_users/content.php index 207a67a9d..ba85e7421 100644 --- a/views/default/widgets/new_users/content.php +++ b/views/default/widgets/new_users/content.php @@ -6,5 +6,6 @@ echo elgg_list_entities(array( 'type' => 'user', 'subtype'=> null, - 'full_view' => FALSE + 'full_view' => false, + 'pagination' => false, )); \ No newline at end of file -- cgit v1.2.3