aboutsummaryrefslogtreecommitdiff
path: root/views/default/widgets/new_users/content.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/widgets/new_users/content.php')
-rw-r--r--views/default/widgets/new_users/content.php3
1 files changed, 2 insertions, 1 deletions
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