* (bug 20464) Force manual recaching to false in LocalisationCache::disableBackend...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 2 Sep 2009 20:16:26 +0000 (20:16 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 2 Sep 2009 20:16:26 +0000 (20:16 +0000)
includes/LocalisationCache.php

index 0b0f3d1..22159fd 100644 (file)
@@ -669,6 +669,7 @@ class LocalisationCache {
         */
        public function disableBackend() {
                $this->store = new LCStore_Null;
+               $this->manualRecache = false;
        }
 }