summaryrefslogtreecommitdiff
path: root/www/ajax/getcontacttags.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/ajax/getcontacttags.php')
-rw-r--r--www/ajax/getcontacttags.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ajax/getcontacttags.php b/www/ajax/getcontacttags.php
index e508655..4ddc493 100644
--- a/www/ajax/getcontacttags.php
+++ b/www/ajax/getcontacttags.php
@@ -24,8 +24,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
require_once '../../src/SemanticScuttle/header.php';
/* Service creation: only useful services are created */
-$b2tservice =SemanticScuttle_Service_Factory::getServiceInstance('Bookmark2Tag');
-$bookmarkservice =SemanticScuttle_Service_Factory::getServiceInstance('Tag');
+$b2tservice =SemanticScuttle_Service_Factory::get('Bookmark2Tag');
+$bookmarkservice =SemanticScuttle_Service_Factory::get('Tag');
?>