From 68c01cda10ef49b05fffb6e323fa2d34ba5dd2f4 Mon Sep 17 00:00:00 2001 From: cweiske Date: Fri, 23 Oct 2009 17:13:16 +0000 Subject: rename ServiceFactory::getServiceInstance() to get() - much easier to write git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@396 b3834d28-1941-0410-a4f8-b48e95affb8f --- www/api/tags_rename.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/api/tags_rename.php') diff --git a/www/api/tags_rename.php b/www/api/tags_rename.php index bf78b39..a8e281c 100644 --- a/www/api/tags_rename.php +++ b/www/api/tags_rename.php @@ -9,7 +9,7 @@ require_once('httpauth.inc.php'); require_once '../../src/SemanticScuttle/header.php'; /* Service creation: only useful services are created */ -$b2tservice =SemanticScuttle_Service_Factory::getServiceInstance('Bookmark2Tag'); +$b2tservice =SemanticScuttle_Service_Factory::get('Bookmark2Tag'); // Get the tag info. if (isset($_REQUEST['old']) && (trim($_REQUEST['old']) != '')) -- cgit v1.2.3-54-g00ecf