From: joey Date: Wed, 21 Feb 2007 09:04:59 +0000 (+0000) Subject: fix breakage X-Git-Tag: 1.44~42 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/68784b593fccf688f745e01679f416c78e563bbe?hp=36e0308cc6827e903da83cd0555b93595aa8d5f3 fix breakage --- diff --git a/IkiWiki/Plugin/poll.pm b/IkiWiki/Plugin/poll.pm index 4eae6a349..86ed4c840 100644 --- a/IkiWiki/Plugin/poll.pm +++ b/IkiWiki/Plugin/poll.pm @@ -125,12 +125,12 @@ sub cgi ($) { #{{{ IkiWiki::cgi_savesession($session); $oldchoice=$session->param($choice_param); if ($config{rcs}) { - disable_commit_hook(); + IkiWiki::disable_commit_hook(); IkiWiki::rcs_commit($pagesources{$page}, "poll vote ($choice)", IkiWiki::rcs_prepedit($pagesources{$page}), $session->param("name"), $ENV{REMOTE_ADDR}); - enable_commit_hook(); - rcs_update(); + IkiWiki::enable_commit_hook(); + IkiWiki::rcs_update(); } require IkiWiki::Render; IkiWiki::refresh();