Commit 09c6150e authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 135815 - Regression on CGI.pl for link to showvotes.cgi. Patch by ddk,…

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...
parent bd8f75be
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment