aboutsummaryrefslogtreecommitdiff
path: root/tagrename.php
diff options
context:
space:
mode:
Diffstat (limited to 'tagrename.php')
-rw-r--r--tagrename.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tagrename.php b/tagrename.php
index de0f77f..29b44fb 100644
--- a/tagrename.php
+++ b/tagrename.php
@@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
require_once('header.inc.php');
$b2tservice = & ServiceFactory :: getServiceInstance('Bookmark2TagService');
+$tagservice = & ServiceFactory :: getServiceInstance('TagService');
$tag2tagservice = & ServiceFactory :: getServiceInstance('Tag2tagService');
$templateservice = & ServiceFactory :: getServiceInstance('TemplateService');
$userservice = & ServiceFactory :: getServiceInstance('UserService');