aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-06 06:42:26 +0000
committergerv%gerv.net <>2002-04-06 06:42:26 +0000
commit09c6150e957783a972ea0123b4c31181f68c7410 (patch)
tree48209c93b7176bbd148a4541706cdb9f7f2c30a7
parentbd8f75be41dbd24b9ef90d2e1210c3bf0c4ed20e (diff)
downloadbugs-09c6150e957783a972ea0123b4c31181f68c7410.tar
bugs-09c6150e957783a972ea0123b4c31181f68c7410.tar.gz
bugs-09c6150e957783a972ea0123b4c31181f68c7410.tar.bz2
bugs-09c6150e957783a972ea0123b4c31181f68c7410.tar.xz
bugs-09c6150e957783a972ea0123b4c31181f68c7410.zip
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...
-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) {