summaryrefslogtreecommitdiffstatshomepage
path: root/templates/sidebar.block.search.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sidebar.block.search.php')
-rw-r--r--templates/sidebar.block.search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.block.search.php b/templates/sidebar.block.search.php
index 8b00bb4..921b0b9 100644
--- a/templates/sidebar.block.search.php
+++ b/templates/sidebar.block.search.php
@@ -7,7 +7,7 @@ if ($logged_on_userid === false) {
$logged_on_userid = NULL;
}
-$lastSearches = $searchhistoryservice->getAllSearches('all', NULL, 3, NULL, true);
+$lastSearches = $searchhistoryservice->getAllSearches('all', NULL, 3, NULL, true, true);
if ($lastSearches && count($lastSearches) > 0) {
?>