summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2010-03-28 08:29:14 +0200
committerReed Loden <reed@reedloden.com>2010-03-28 08:29:14 +0200
commitb2fb326bf732619d3aea81190199af33e4790736 (patch)
treedf1a97958d54fc9b89b5f29d2570919b6a2f0791 /template/en/default/account
parent9e0b9a8beadc567ecff4f9b00ba3d6f9862dc513 (diff)
downloadbugzilla-b2fb326bf732619d3aea81190199af33e4790736.tar.gz
bugzilla-b2fb326bf732619d3aea81190199af33e4790736.tar.xz
Bug 549814 - "Internal error when using login fields in header/footer after visiting token.cgi URL"
[r=mkanat a=mkanat]
Diffstat (limited to 'template/en/default/account')
-rw-r--r--template/en/default/account/auth/login-small.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl
index 710d7d0a5..41c0881d2 100644
--- a/template/en/default/account/auth/login-small.html.tmpl
+++ b/template/en/default/account/auth/login-small.html.tmpl
@@ -24,7 +24,7 @@
# then we are accessing the home page. %]
[% login_target = cgi.url("-relative" => 1, "-query" => 1) %]
-[% IF !login_target %]
+[% IF !login_target OR login_target.match("^token.cgi") %]
[% login_target = "index.cgi" %]
[% END %]