include choice in commit msg
parent
e4c40d1977
commit
264a28a3b4
|
@ -126,7 +126,7 @@ sub cgi ($) { #{{{
|
||||||
if ($config{rcs}) {
|
if ($config{rcs}) {
|
||||||
# prevent deadlock with post-commit hook
|
# prevent deadlock with post-commit hook
|
||||||
IkiWiki::unlockwiki();
|
IkiWiki::unlockwiki();
|
||||||
IkiWiki::rcs_commit($pagesources{$page}, "poll vote",
|
IkiWiki::rcs_commit($pagesources{$page}, "poll vote ($choice)",
|
||||||
IkiWiki::rcs_prepedit($pagesources{$page}),
|
IkiWiki::rcs_prepedit($pagesources{$page}),
|
||||||
$session->param("name"), $ENV{REMOTE_ADDR});
|
$session->param("name"), $ENV{REMOTE_ADDR});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue