diff options
Diffstat (limited to 'mod/reportedcontent/views')
| -rw-r--r-- | mod/reportedcontent/views/default/widgets/reportedcontent/content.php | 1 | 
1 files changed, 1 insertions, 0 deletions
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 = '<p class="mtm">' . elgg_echo('reportedcontent:none') . '</p>';  | 
