aboutsummaryrefslogtreecommitdiff
path: root/search/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'search/index.php')
-rw-r--r--search/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/index.php b/search/index.php
index 4d4d269ca..776f6cb89 100644
--- a/search/index.php
+++ b/search/index.php
@@ -37,7 +37,7 @@
$body .= elgg_view_title(sprintf(elgg_echo('searchtitle'),$tag));
$body .= trigger_plugin_hook('search','',$tag,"");
$body .= elgg_view('search/startblurb',array('tag' => $tag));
- $body .= list_entities_from_metadata($md_type, $tag, $objecttype, $subtype, $owner_guid, 10, false);
+ $body .= list_entities_from_metadata($md_type, $tag, $objecttype, $subtype, $owner_guid, 10, false, false);
$body = elgg_view_layout('one_column',$body);
}