The test "{{Foo|1=bar|2=baz}}" got removed in r96887.
[lhc/web/wiklou.git] / includes / installer / OracleUpdater.php
index 18ef7a4..ebc1518 100644 (file)
@@ -157,7 +157,7 @@ class OracleUpdater extends DatabaseUpdater {
         *
         * @param $what array
         */
-       public function doUpdates( $what = array( 'core', 'extensions', 'purge' ) ) {
+       public function doUpdates( $what = array( 'core', 'extensions', 'purge', 'stats' ) ) {
                parent::doUpdates( $what );
 
                $this->db->query( 'BEGIN fill_wiki_info; END;' );