diff options
Diffstat (limited to 'www/importStructure.php')
-rw-r--r-- | www/importStructure.php | 2 |
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(); |