From 40fe6defb88afea888bd466a0b3b32f2f52999f9 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Fri, 14 Mar 2014 21:27:25 +0100 Subject: [PATCH] Correction : check_canedit() . --- poll.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/poll.pm b/poll.pm index b79fd0e..f5bb0d1 100644 --- a/poll.pm +++ b/poll.pm @@ -187,6 +187,7 @@ sub sessioncgi ($$) { use Data::Dumper; error("bad page name"); } + &IkiWiki::check_canedit($page, $cgi, $session); # Did they vote before? If so, let them change their vote, # and check for dups. -- 2.20.1