diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-03 14:22:25 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-03 14:22:25 -0500 |
commit | 42e5b8dfdc7f4268c3cc8a1eafd994790a79d821 (patch) | |
tree | fab99a2bd9c15b348c158b9f49de3f1e3864b0f3 | |
parent | 858d955acf92683d21369b16094cd517698ed9e6 (diff) |
prototype fix
-rw-r--r-- | IkiWiki/Plugin/poll.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/poll.pm b/IkiWiki/Plugin/poll.pm index a5727fc8e..41ebd74a0 100644 --- a/IkiWiki/Plugin/poll.pm +++ b/IkiWiki/Plugin/poll.pm @@ -74,7 +74,7 @@ sub preprocess (@) { #{{{ return "<div class=poll>$ret</div>"; } # }}} -sub sessioncgi ($) { #{{{ +sub sessioncgi ($$) { #{{{ my $cgi=shift; my $session=shift; if (defined $cgi->param('do') && $cgi->param('do') eq "poll") { |