summaryrefslogtreecommitdiffstatshomepage
path: root/templates/sidebar.block.tagactions.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-04-21 08:44:44 +0000
committerGravatar mensonge2008-04-21 08:44:44 +0000
commit4de56ed6623c57c1c767be192ffe2af5926fe598 (patch)
treef1ad8e46567874cbdaefdcf873cf9dee4af32355 /templates/sidebar.block.tagactions.php
parent81478ceba0c1bbdaa43679b72ec6d4fd603f5d17 (diff)
downloadscuttle-4de56ed6623c57c1c767be192ffe2af5926fe598.tar.gz
scuttle-4de56ed6623c57c1c767be192ffe2af5926fe598.zip
Refactoring: rename sc_tags into sc_bookmarks2tags (and services, codes...)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@116 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/sidebar.block.tagactions.php')
-rw-r--r--templates/sidebar.block.tagactions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/sidebar.block.tagactions.php b/templates/sidebar.block.tagactions.php
index 907a61d..43d4922 100644
--- a/templates/sidebar.block.tagactions.php
+++ b/templates/sidebar.block.tagactions.php
@@ -1,6 +1,5 @@
<?php
$userservice =& ServiceFactory::getServiceInstance('UserService');
-$tagservice =& ServiceFactory::getServiceInstance('TagService');
if ($userservice->isLoggedOn()) {
$currentUser = $userservice->getCurrentUser();