aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/views/default/admin/administer_utilities/reportedcontent.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/views/default/admin/administer_utilities/reportedcontent.php')
-rw-r--r--mod/reportedcontent/views/default/admin/administer_utilities/reportedcontent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/views/default/admin/administer_utilities/reportedcontent.php b/mod/reportedcontent/views/default/admin/administer_utilities/reportedcontent.php
index 32f108312..ed52a536d 100644
--- a/mod/reportedcontent/views/default/admin/administer_utilities/reportedcontent.php
+++ b/mod/reportedcontent/views/default/admin/administer_utilities/reportedcontent.php
@@ -5,7 +5,7 @@
* @package ElggReportedContent
*/
-$list = elgg_list_entities(array('types' => 'object', 'subtypes' => 'reported_content'));
+$list = elgg_list_entities(array('type' => 'object', 'subtype' => 'reported_content'));
if (!$list) {
$list = '<p class="mtm">' . elgg_echo('reportedcontent:none') . '</p>';
}