aboutsummaryrefslogtreecommitdiff
path: root/www/tagedit.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/tagedit.php')
-rw-r--r--www/tagedit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tagedit.php b/www/tagedit.php
index 5a3fbb4..8b27b7d 100644
--- a/www/tagedit.php
+++ b/www/tagedit.php
@@ -22,7 +22,7 @@
require_once '../src/SemanticScuttle/header.php';
/* Service creation: only useful services are created */
-$tagservice = SemanticScuttle_Service_Factory :: getServiceInstance('Tag');
+$tagservice = SemanticScuttle_Service_Factory :: get('Tag');
/* Managing all possible inputs */
isset($_POST['confirm']) ? define('POST_CONFIRM', $_POST['confirm']): define('POST_CONFIRM', '');