From: Christian Weiske Date: Thu, 4 Aug 2011 15:08:42 +0000 (+0200) Subject: Fix bug #3385724 part 2: cancelling tag edit broken X-Git-Tag: v0.98.2~10 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=587674b35567caac15984ddf6c204ab32304684a;p=semanticscuttle.git Fix bug #3385724 part 2: cancelling tag edit broken --- diff --git a/www/tagrename.php b/www/tagrename.php index b07d49d..18e26ab 100644 --- a/www/tagrename.php +++ b/www/tagrename.php @@ -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;