Pass correct store to rebuildLocalisationCache.php
authorAryeh Gregor <ayg@aryeh.name>
Mon, 26 Aug 2019 09:54:19 +0000 (12:54 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Mon, 26 Aug 2019 09:56:52 +0000 (12:56 +0300)
commit76a940350d36c323ebedb4ab45cc81ed1c6b6c92
tree667ae260dad045f7668a14c7ff693f6d238aac02
parentb78b8804d076618e967c7b31ec15a1bd9e35d1d0
Pass correct store to rebuildLocalisationCache.php

e4468a1d6b6 completely broke rebuildLocalisationCache.php by
unconditionally passing in LCStoreDB( [] ) instead of constructing the
correct object.

Bug: T231183
Change-Id: I0d52662e8745cf0e10091169b3b08eff48ef2b8f
includes/ServiceWiring.php
includes/cache/localisation/LocalisationCache.php
maintenance/rebuildLocalisationCache.php