From: Joey Hess Date: Sat, 27 Sep 2008 18:12:24 +0000 (-0400) Subject: typo X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/bfab23ce33c86f03bff6fb5c36f7bf082fe2cbcf?ds=sidebyside typo --- diff --git a/IkiWiki/Plugin/poll.pm b/IkiWiki/Plugin/poll.pm index 84b02682e..fadc1773e 100644 --- a/IkiWiki/Plugin/poll.pm +++ b/IkiWiki/Plugin/poll.pm @@ -102,7 +102,7 @@ sub sessioncgi ($$) { #{{{ my $oldchoice=$session->param($choice_param); if (defined $oldchoice && $oldchoice eq $choice) { # Same vote; no-op. - IkiWiki::redirect($cgi, urlto($page, undef, 1); + IkiWiki::redirect($cgi, urlto($page, undef, 1)); exit; }