diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-12-12 15:25:12 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-12-12 15:25:12 -0500 |
commit | ef972a871bd61295068d7a105036924699c65540 (patch) | |
tree | aec2ac5ab2042876a3793bccf1c1846f6eada033 /IkiWiki | |
parent | 928f6938d25c1d72ab81d75e8b67ab32e45df89c (diff) | |
download | ikiwiki-ef972a871bd61295068d7a105036924699c65540.tar ikiwiki-ef972a871bd61295068d7a105036924699c65540.tar.gz |
remove fixme
sessioncgi hooks are always called with the wiki locked
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/comments.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index 972d069d5..273561cad 100644 --- 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; |