X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=mw-config%2Foverrides.php;h=3dfecaa7b3c2f34f2f37db74a473a83ed71fc477;hb=e47f857e3f4bb44ae2f667f5cb64c171c73f4d2e;hp=d3d85bbb7158c06b3f3501e41b8ba6b18c6023b5;hpb=06e63a5843a7989e0aff90edfa3d6be2e6dfb2fb;p=lhc%2Fweb%2Fwiklou.git diff --git a/mw-config/overrides.php b/mw-config/overrides.php index d3d85bbb71..3dfecaa7b3 100644 --- a/mw-config/overrides.php +++ b/mw-config/overrides.php @@ -1,8 +1,9 @@ values['wgResourceLoaderMaxQueryLength'] = 512; + $this->values['wgDefaultSkin'] = 'vector'; // add a new setting $ls = parent::getText(); return $ls . "\n\$wgUseTex = true;\n"; @@ -74,7 +75,7 @@ class InstallerOverrides { * @param array $options * @return CliInstaller */ - public static function getCliInstaller( $siteName, $admin = null, array $options = array() ) { + public static function getCliInstaller( $siteName, $admin = null, array $options = [] ) { return new CliInstaller( $siteName, $admin, $options ); } }