From 66e5946c98c1e441e7ffaf3e2326fc0708b14f2d Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 5 Jul 2012 20:47:33 -0400 Subject: Fixes #4627 removes pagination --- mod/reportedcontent/views/default/widgets/reportedcontent/content.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/reportedcontent/views/default/widgets/reportedcontent/content.php') diff --git a/mod/reportedcontent/views/default/widgets/reportedcontent/content.php b/mod/reportedcontent/views/default/widgets/reportedcontent/content.php index 4f8906ef2..4c6595653 100644 --- a/mod/reportedcontent/views/default/widgets/reportedcontent/content.php +++ b/mod/reportedcontent/views/default/widgets/reportedcontent/content.php @@ -7,6 +7,7 @@ $list = elgg_list_entities(array( 'types' => 'object', 'subtypes' => 'reported_content', 'limit' => $vars['entity']->num_display, + 'pagination' => false, )); if (!$list) { $list = '

' . elgg_echo('reportedcontent:none') . '

'; -- cgit v1.2.3