]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 135815 - Regression on CGI.pl for link to showvotes.cgi. Patch by ddk, 2xr=gerv...
authorgerv%gerv.net <>
Sat, 6 Apr 2002 06:42:26 +0000 (06:42 +0000)
committergerv%gerv.net <>
Sat, 6 Apr 2002 06:42:26 +0000 (06:42 +0000)
CGI.pl

diff --git a/CGI.pl b/CGI.pl
index 26c30205010f4d41dfb72a16bca8b7e547bf2960..93ed0fa2653d20dc2825f18c065c183ebe62b452 100644 (file)
--- 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) {