summaryrefslogtreecommitdiffstatshomepage
path: root/tagrename.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-04-21 15:43:00 +0000
committerGravatar mensonge2008-04-21 15:43:00 +0000
commit3b79d6b9cc75eaf2b54f6d41843a313b13395c8d (patch)
treeccacf4d7d95197c700c25b28abc469a50706616f /tagrename.php
parent4de56ed6623c57c1c767be192ffe2af5926fe598 (diff)
downloadscuttle-3b79d6b9cc75eaf2b54f6d41843a313b13395c8d.tar.gz
scuttle-3b79d6b9cc75eaf2b54f6d41843a313b13395c8d.zip
New feature: private descriptions for tags
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@117 b3834d28-1941-0410-a4f8-b48e95affb8f
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 23cb00b..de0f77f 100644
--- a/tagrename.php
+++ b/tagrename.php
@@ -43,6 +43,7 @@ if ($_POST['confirm']) {
if (
!is_null($old) &&
!is_null($new) &&
+ $tagservice->renameTag($userservice->getCurrentUserId(), $old, $new) &&
$b2tservice->renameTag($userservice->getCurrentUserId(), $old, $new) &&
$tag2tagservice->renameTag($userservice->getCurrentUserId(), $old, $new)
) {