diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-14 19:25:05 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-14 19:25:05 +0000 |
commit | 264a28a3b4684eef9a89b56a090b8728ec0e3bee (patch) | |
tree | efc34a96976642ed754fe767d091d794b1e68261 /IkiWiki | |
parent | e4c40d197700cbca460c5a13ec53b3f59f98be4c (diff) |
include choice in commit msg
Diffstat (limited to 'IkiWiki')
-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 56034b60a..654d46247 100644 --- a/IkiWiki/Plugin/poll.pm +++ b/IkiWiki/Plugin/poll.pm @@ -126,7 +126,7 @@ sub cgi ($) { #{{{ if ($config{rcs}) { # prevent deadlock with post-commit hook IkiWiki::unlockwiki(); - IkiWiki::rcs_commit($pagesources{$page}, "poll vote", + IkiWiki::rcs_commit($pagesources{$page}, "poll vote ($choice)", IkiWiki::rcs_prepedit($pagesources{$page}), $session->param("name"), $ENV{REMOTE_ADDR}); } |