From b02dd9c4928246c54e526663c780986286d4c9fc Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 27 May 2009 05:32:32 +0000 Subject: [PATCH] Reverted r50065, restInPeace does this since r49684. --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 1176e8c3b8..1aa59b70a7 100644 --- 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; } -- 2.20.1