summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-06 08:42:26 +0200
committergerv%gerv.net <>2002-04-06 08:42:26 +0200
commit09c6150e957783a972ea0123b4c31181f68c7410 (patch)
tree48209c93b7176bbd148a4541706cdb9f7f2c30a7 /CGI.pl
parentbd8f75be41dbd24b9ef90d2e1210c3bf0c4ed20e (diff)
downloadbugzilla-09c6150e957783a972ea0123b4c31181f68c7410.tar.gz
bugzilla-09c6150e957783a972ea0123b4c31181f68c7410.tar.xz
Bug 135815 - Regression on CGI.pl for link to showvotes.cgi. Patch by ddk, 2xr=gerv. This one line has caused me so much grief...
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index 26c302050..93ed0fa26 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -1419,7 +1419,7 @@ Actions:
};
if ($loggedin) {
if ($::anyvotesallowed) {
- $html .= " | <A HREF=\"showvotes.cgi\">My votes</A>\n";
+ $html .= " | <A HREF=\"votes.cgi?action=show_user\">My votes</A>\n";
}
}
if ($loggedin) {