aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/views/default/widgets/reportedcontent/content.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/views/default/widgets/reportedcontent/content.php')
-rw-r--r--mod/reportedcontent/views/default/widgets/reportedcontent/content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/views/default/widgets/reportedcontent/content.php b/mod/reportedcontent/views/default/widgets/reportedcontent/content.php
index d6af8e87b..0095decca 100644
--- a/mod/reportedcontent/views/default/widgets/reportedcontent/content.php
+++ b/mod/reportedcontent/views/default/widgets/reportedcontent/content.php
@@ -5,7 +5,7 @@
$list = elgg_list_entities(array(
'type' => 'object',
- 'subtypes' => 'reported_content',
+ 'subtype' => 'reported_content',
'limit' => $vars['entity']->num_display,
'pagination' => false,
));