summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-05 17:13:46 +0200
committergerv%gerv.net <>2002-04-05 17:13:46 +0200
commit530c0dc71b2ca14bded67aeeae8a4c7126e2837a (patch)
tree8c3467d1ab2432d31b97162cea09bee5f5ff9c0d /CGI.pl
parent57f2b020a59aa96376f87eabaaccc64f1e90931c (diff)
downloadbugzilla-530c0dc71b2ca14bded67aeeae8a4c7126e2837a.tar.gz
bugzilla-530c0dc71b2ca14bded67aeeae8a4c7126e2837a.tar.xz
Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch by gerv, r=myk, bbaetz.
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 578c73a94..2971d0899 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -1410,7 +1410,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) {