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 4c6595653..d6af8e87b 100644
--- a/mod/reportedcontent/views/default/widgets/reportedcontent/content.php
+++ b/mod/reportedcontent/views/default/widgets/reportedcontent/content.php
@@ -4,7 +4,7 @@
*/
$list = elgg_list_entities(array(
- 'types' => 'object',
+ 'type' => 'object',
'subtypes' => 'reported_content',
'limit' => $vars['entity']->num_display,
'pagination' => false,