projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
928f693
)
remove fixme
author
Joey Hess
<joey@kodama.kitenet.net>
Fri, 12 Dec 2008 20:25:12 +0000
(15:25 -0500)
committer
Joey Hess
<joey@kodama.kitenet.net>
Fri, 12 Dec 2008 20:25:12 +0000
(15:25 -0500)
sessioncgi hooks are always called with the wiki locked
IkiWiki/Plugin/comments.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/comments.pm
b/IkiWiki/Plugin/comments.pm
index 972d069d50605d22afed0e79e23a6a9df5fb8e51..273561cadc29f186acfc68cf77a24f4e7956493b 100644
(file)
--- a/
IkiWiki/Plugin/comments.pm
+++ b/
IkiWiki/Plugin/comments.pm
@@
-391,9
+391,6
@@
sub sessioncgi ($$) { #{{{
IkiWiki::check_canedit($page, $cgi, $session);
$postcomment=0;
- # FIXME: check that the wiki is locked right now, because
- # if it's not, there are mad race conditions!
-
# FIXME: rather a simplistic way to make the comments...
my $i = 0;
my $file;