aboutsummaryrefslogtreecommitdiff
path: root/www/tag2tagadd.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/tag2tagadd.php')
-rw-r--r--www/tag2tagadd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tag2tagadd.php b/www/tag2tagadd.php
index d660451..3f4af8c 100644
--- a/www/tag2tagadd.php
+++ b/www/tag2tagadd.php
@@ -59,7 +59,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());