summaryrefslogtreecommitdiff
path: root/api/tags_rename.php
diff options
context:
space:
mode:
Diffstat (limited to 'api/tags_rename.php')
-rw-r--r--api/tags_rename.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/tags_rename.php b/api/tags_rename.php
index fc4f2ad..dd16339 100644
--- a/api/tags_rename.php
+++ b/api/tags_rename.php
@@ -8,8 +8,8 @@
require_once('httpauth.inc.php');
require_once('../header.inc.php');
+/* Service creation: only useful services are created */
$b2tservice =& ServiceFactory::getServiceInstance('Bookmark2TagService');
-$userservice =& ServiceFactory::getServiceInstance('UserService');
// Get the tag info.
if (isset($_REQUEST['old']) && (trim($_REQUEST['old']) != ''))