aboutsummaryrefslogtreecommitdiff
path: root/views/default/widgets/new_users
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/widgets/new_users')
-rw-r--r--views/default/widgets/new_users/content.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/views/default/widgets/new_users/content.php b/views/default/widgets/new_users/content.php
index cfa7d8bda..ba85e7421 100644
--- a/views/default/widgets/new_users/content.php
+++ b/views/default/widgets/new_users/content.php
@@ -1,7 +1,11 @@
<?php
+/**
+ * New users admin widget
+ */
echo elgg_list_entities(array(
'type' => 'user',
'subtype'=> null,
- 'full_view' => FALSE
+ 'full_view' => false,
+ 'pagination' => false,
)); \ No newline at end of file