Fix RebuildLocalisationCache bug from MediaWikiServices
authorBryan Davis <bd808@wikimedia.org>
Mon, 11 Apr 2016 19:11:03 +0000 (13:11 -0600)
committerThcipriani <tcipriani@wikimedia.org>
Mon, 11 Apr 2016 19:16:31 +0000 (19:16 +0000)
commitee8b8f1d3773113a10b0ed34e12f638c54d4ee1e
tree2aaf7cb07d235eafbc54ca5163989e0ed8fa4153
parente523771f05050bf415da36b07d9a0fa0e2150d28
Fix RebuildLocalisationCache bug from MediaWikiServices

Revert changes to rebuildLocalisationCache.php introduced in Ie98bf5a.
The forked children do not need separate service connections and the
reset process fails due to MW_SERVICE_BOOTSTRAP_COMPLETE being defined.

Bug: T132370
Change-Id: I0d7ddcd66e7c6945fabd91fea29a48805bf14793
maintenance/rebuildLocalisationCache.php