]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Fix bug #3385724 part 2: cancelling tag edit broken
authorChristian Weiske <cweiske@cweiske.de>
Thu, 4 Aug 2011 15:08:42 +0000 (17:08 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 4 Aug 2011 15:08:42 +0000 (17:08 +0200)
www/tagrename.php

index b07d49d5dfb6c678fc565a1f3d10168b6e5779f2..18e26abb6dc3237ea5bbd392f123e57ff91ead55 100644 (file)
@@ -67,7 +67,7 @@ if (POST_CONFIRM) {
                $template         = 'error.500.tpl';
        }
 } elseif (POST_CANCEL) {
-       header('Location: '. createURL('bookmarks', $currentUser->getUsername() .'/'. $tags));
+       header('Location: '. createURL('bookmarks', $currentUser->getUsername() .'/'. $tag));
 } else {
        $tplVars['subtitle']    = T_('Rename Tag') .': '. $tag;
        $tplVars['formaction']  = $_SERVER['SCRIPT_NAME'] .'/'. $tag;