aboutsummaryrefslogtreecommitdiff
path: root/mod/custom_index/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/custom_index/index.php')
-rw-r--r--mod/custom_index/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/custom_index/index.php b/mod/custom_index/index.php
index e39e6ef29..831114127 100644
--- a/mod/custom_index/index.php
+++ b/mod/custom_index/index.php
@@ -35,7 +35,7 @@ $newest_members = elgg_list_entities_from_metadata(array(
'limit' => 10,
'full_view' => false,
'pagination' => false,
- 'gallery' => true,
+ 'list_type' => 'gallery',
'size' => 'small',
));