aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-03 19:47:01 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-03 19:47:01 -0500
commit408419ca3e76aa629222af81694042c2fb02d8ec (patch)
tree86ed8ff18ef57dd4effeab25bfdde2b56cea01c0 /IkiWiki/CGI.pm
parent1c605106001de2e88dca455e45ed9a1d36a837ba (diff)
downloadikiwiki-408419ca3e76aa629222af81694042c2fb02d8ec.tar
ikiwiki-408419ca3e76aa629222af81694042c2fb02d8ec.tar.gz
remove another commit mail mention
Diffstat (limited to 'IkiWiki/CGI.pm')
-rw-r--r--IkiWiki/CGI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm
index 3f588e427..1ec23df68 100644
--- a/IkiWiki/CGI.pm
+++ b/IkiWiki/CGI.pm
@@ -526,7 +526,7 @@ sub cgi_editpage ($$) { #{{{
# Prevent deadlock with post-commit hook by
# signaling to it that it should not try to
- # do anything (except send commit mails).
+ # do anything.
disable_commit_hook();
$conflict=rcs_commit($file, $message,
$form->field("rcsinfo"),