r55761 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55760‎ | r55761 | r55762 >
Date:20:16, 2 September 2009
Author:ialex
Status:ok
Tags:
Comment:
* (bug 20464) Force manual recaching to false in LocalisationCache::disableBackend() since otherwise an Exception with the message "No localisation cache found for English. Please run maintenance/rebuildLocalisationCache.php." is thrown each time update.php is executed.
Modified paths:
  • /trunk/phase3/includes/LocalisationCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LocalisationCache.php
@@ -669,6 +669,7 @@
670670 */
671671 public function disableBackend() {
672672 $this->store = new LCStore_Null;
 673+ $this->manualRecache = false;
673674 }
674675 }
675676

Status & tagging log