From 4f0b10c13d8d85e6ad1818f5ada84477f43df43a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 26 Nov 2018 13:23:50 -0400 Subject: rename postvote to postlink This better explains what it contains, which is a wikilink to the page to go to after posting the vote. And postlink is more consistent a name with posttrail. --- IkiWiki/Plugin/poll.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'IkiWiki') diff --git a/IkiWiki/Plugin/poll.pm b/IkiWiki/Plugin/poll.pm index 734fe487e..5a09e2087 100644 --- a/IkiWiki/Plugin/poll.pm +++ b/IkiWiki/Plugin/poll.pm @@ -69,8 +69,8 @@ sub preprocess (@) { $ret.="\n"; $ret.="\n"; $ret.="\n"; - if (defined $params{postvote}) { - $ret.="\n"; + if (defined $params{postlink}) { + $ret.="\n"; } if (defined $params{posttrail}) { $ret.="\n"; @@ -119,8 +119,8 @@ sub sessioncgi ($$) { } my $postvote=urlto($page); - if (defined $cgi->param('postvote') && length $cgi->param('postvote')) { - $postvote=urlto(bestlink($page, $cgi->param('postvote'))); + if (defined $cgi->param('postlink') && length $cgi->param('postlink')) { + $postvote=urlto(bestlink($page, $cgi->param('postlink'))); } elsif (defined $cgi->param('posttrail') && length $cgi->param('posttrail')) { my $trailname=bestlink($page, $cgi->param('posttrail')); -- cgit v1.2.3