aboutsummaryrefslogtreecommitdiff
path: root/www/alltags.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/alltags.php')
-rw-r--r--www/alltags.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/alltags.php b/www/alltags.php
index 0a88288..52a42b0 100644
--- a/www/alltags.php
+++ b/www/alltags.php
@@ -22,8 +22,8 @@
require_once '../src/SemanticScuttle/header.php';
/* Service creation: only useful services are created */
-$b2tservice =SemanticScuttle_Service_Factory::getServiceInstance('Bookmark2Tag');
-$cacheservice =SemanticScuttle_Service_Factory::getServiceInstance('Cache');
+$b2tservice =SemanticScuttle_Service_Factory::get('Bookmark2Tag');
+$cacheservice =SemanticScuttle_Service_Factory::get('Cache');