Fix CSSJanus flipping in LESS mixins and remove broken custom LESS functions
[lhc/web/wiklou.git] / includes / installer / DatabaseUpdater.php
index b501428..193d592 100644 (file)
@@ -907,7 +907,7 @@ abstract class DatabaseUpdater {
                if ( $wgLocalisationCacheConf['manualRecache'] ) {
                        $this->rebuildLocalisationCache();
                }
-               MessageBlobStore::clear();
+               MessageBlobStore::getInstance()->clear();
                $this->output( "done.\n" );
        }