]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/CGI.pm
* Fix several more missing translations of Discussion.
[ikiwiki.git] / IkiWiki / CGI.pm
index 96b9dab6193f94cb07cc4f420288b33e93134640..0c66705469185954acf8eadf4200bb17e0e18d36 100644 (file)
@@ -507,6 +507,12 @@ sub cgi_editpage ($$) { #{{{
                                print $form->render(submit => \@buttons);
                                return;
                        }
+                       else {
+                               # Make sure that the repo is up-to-date;
+                               # locking prevents the post-commit hook
+                               # from updating it.
+                               rcs_update();
+                       }
                }
                else {
                        require IkiWiki::Render;