diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-18 21:36:36 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-18 21:36:36 +0000 |
commit | 2ab895129679328822b0e997631a8cf521de0303 (patch) | |
tree | 8817472ad4a9688aad40fbac338ed44ed8971433 /ikiwiki | |
parent | 22f3f422af7e25460fbfe92de54e3fa45bbc7ff7 (diff) |
oops, add unlock _before_ svn commit
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1131,11 +1131,11 @@ sub cgi_editpage ($$) { #{{{ if ($newfile) { rcs_add($file); } + # prevent deadlock with post-commit hook + unlockwiki(); # presumably the commit will trigger an update # of the wiki rcs_commit($message); - # prevent deadlock with post-commit hook - unlockwiki(); } else { loadindex(); |