summaryrefslogtreecommitdiffstatshomepage
path: root/www/importStructure.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/importStructure.php')
-rw-r--r--www/importStructure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/importStructure.php b/www/importStructure.php
index c5f5fa0..0611fee 100644
--- a/www/importStructure.php
+++ b/www/importStructure.php
@@ -22,7 +22,7 @@
require_once '../src/SemanticScuttle/header.php';
/* Service creation: only useful services are created */
-$tag2tagservice =SemanticScuttle_Service_Factory::getServiceInstance('Tag2Tag');
+$tag2tagservice =SemanticScuttle_Service_Factory::get('Tag2Tag');
/* Managing current logged user */
$currentUser = $userservice->getCurrentObjectUser();