Reverted r50065, restInPeace does this since r49684.
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 27 May 2009 05:32:32 +0000 (05:32 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 27 May 2009 05:32:32 +0000 (05:32 +0000)
index.php

index 1176e8c..1aa59b7 100644 (file)
--- a/index.php
+++ b/index.php
@@ -71,7 +71,6 @@ if( $wgUseAjax && $action == 'ajax' ) {
        require_once( $IP . '/includes/AjaxDispatcher.php' );
        $dispatcher = new AjaxDispatcher();
        $dispatcher->performAction();
-       wfGetLBFactory()->commitMasterChanges();
        $mediaWiki->restInPeace();
        exit;
 }