aboutsummaryrefslogtreecommitdiff
path: root/www/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/search.php')
-rw-r--r--www/search.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/search.php b/www/search.php
index 4a15053..2b65b2f 100644
--- a/www/search.php
+++ b/www/search.php
@@ -36,8 +36,8 @@ if (POST_TERMS != '') {
// GET
} else {
/* Service creation: only useful services are created */
- $bookmarkservice =SemanticScuttle_Service_Factory::getServiceInstance('Bookmark');
- $searchhistoryservice =SemanticScuttle_Service_Factory::getServiceInstance('SearchHistory');
+ $bookmarkservice =SemanticScuttle_Service_Factory::get('Bookmark');
+ $searchhistoryservice =SemanticScuttle_Service_Factory::get('SearchHistory');
/* Managing current logged user */
$currentUserId = $userservice->getCurrentUserId();