summaryrefslogtreecommitdiffstatshomepage
path: root/www/tag2tagdelete.php
diff options
context:
space:
mode:
authorGravatar Christian Weiske2011-08-19 19:16:45 +0200
committerGravatar Christian Weiske2011-09-05 18:51:36 +0200
commit5d929ec8e0b9bbee267c2eaa1837ce1910d08420 (patch)
treed92bafaa5d01832819cdf845d5d5c0fd2a2754ef /www/tag2tagdelete.php
parentadf2655b2342e91c952c71364f91f6cb2e2d4016 (diff)
downloadscuttle-5d929ec8e0b9bbee267c2eaa1837ce1910d08420.tar.gz
scuttle-5d929ec8e0b9bbee267c2eaa1837ce1910d08420.zip
Fix bug #3388219: Incorrect URL when cancelling tag2tag-actions
Diffstat (limited to 'www/tag2tagdelete.php')
-rw-r--r--www/tag2tagdelete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tag2tagdelete.php b/www/tag2tagdelete.php
index c1e52cd..06fea98 100644
--- a/www/tag2tagdelete.php
+++ b/www/tag2tagdelete.php
@@ -71,7 +71,7 @@ if (POST_CONFIRM) {
exit();
}
} elseif (POST_CANCEL) {
- header('Location: '. createURL('bookmarks', $currentUser->getUsername() .'/'. $tags));
+ header('Location: '. createURL('bookmarks', $currentUser->getUsername() .'/'. $tag1));
}
$tplVars['links'] = $tag2tagservice->getLinks($currentUser->getId());