aboutsummaryrefslogtreecommitdiff
path: root/mod/file/pages/file/world.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/pages/file/world.php')
-rw-r--r--mod/file/pages/file/world.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/pages/file/world.php b/mod/file/pages/file/world.php
index 8cf8ad138..8e6c87f26 100644
--- a/mod/file/pages/file/world.php
+++ b/mod/file/pages/file/world.php
@@ -15,7 +15,7 @@ $title = elgg_echo('file:all');
$content = elgg_list_entities(array(
'type' => 'object',
- 'subtypes' => 'file',
+ 'subtype' => 'file',
'limit' => $limit,
'full_view' => FALSE
));