X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FServiceWiring.php;h=44ca5025ddc983d985f4a6dc296455b09d2d7585;hb=77276ce02a6aaaec9e8e41591a857897047fb393;hp=9a94389f74976546e991d4820422f4dac6360941;hpb=86bf710e44a3174b4a93e57dc4107b936d24626b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ServiceWiring.php b/includes/ServiceWiring.php index 9a94389f74..44ca5025dd 100644 --- a/includes/ServiceWiring.php +++ b/includes/ServiceWiring.php @@ -85,7 +85,7 @@ return [ 'CommentStore' => function ( MediaWikiServices $services ) : CommentStore { return new CommentStore( $services->getContentLanguage(), - $services->getMainConfig()->get( 'CommentTableSchemaMigrationStage' ) + MIGRATION_NEW ); },