aboutsummaryrefslogtreecommitdiff
path: root/data/templates/sidebar.block.search.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/sidebar.block.search.php')
-rw-r--r--data/templates/sidebar.block.search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/sidebar.block.search.php b/data/templates/sidebar.block.search.php
index ed79f28..64cb8ac 100644
--- a/data/templates/sidebar.block.search.php
+++ b/data/templates/sidebar.block.search.php
@@ -1,6 +1,6 @@
<?php
/* Service creation: only useful services are created */
-$searchhistoryservice =SemanticScuttle_Service_Factory::getServiceInstance('SearchHistory');
+$searchhistoryservice =SemanticScuttle_Service_Factory::get('SearchHistory');
$logged_on_userid = $userservice->getCurrentUserId();
if ($logged_on_userid === false) {