aboutsummaryrefslogtreecommitdiff
path: root/www/tagcommondescriptionedit.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/tagcommondescriptionedit.php')
-rw-r--r--www/tagcommondescriptionedit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tagcommondescriptionedit.php b/www/tagcommondescriptionedit.php
index 84ca5e3..0d9e978 100644
--- a/www/tagcommondescriptionedit.php
+++ b/www/tagcommondescriptionedit.php
@@ -22,8 +22,8 @@
require_once '../src/SemanticScuttle/header.php';
/* Service creation: only useful services are created */
-$b2tservice = SemanticScuttle_Service_Factory :: getServiceInstance('Bookmark2Tag');
-$cdservice = SemanticScuttle_Service_Factory :: getServiceInstance('CommonDescription');
+$b2tservice = SemanticScuttle_Service_Factory :: get('Bookmark2Tag');
+$cdservice = SemanticScuttle_Service_Factory :: get('CommonDescription');
/* Managing all possible inputs */
isset($_POST['confirm']) ? define('POST_CONFIRM', $_POST['confirm']): define('POST_CONFIRM', '');