X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=mw-config%2Foverrides.php;h=3dfecaa7b3c2f34f2f37db74a473a83ed71fc477;hb=0a5072c927660e26977ef304e9dad5549046d540;hp=57581525c849e170216cb554d28e544dc538709d;hpb=6a345124efc7c0d6c5747199d4eec417d152b3e7;p=lhc%2Fweb%2Fwiklou.git diff --git a/mw-config/overrides.php b/mw-config/overrides.php index 57581525c8..3dfecaa7b3 100644 --- a/mw-config/overrides.php +++ b/mw-config/overrides.php @@ -38,7 +38,7 @@ Then add the following to the bottom of this file: class MyLocalSettingsGenerator extends LocalSettingsGenerator { function getText() { // Modify an existing setting - $this->values['wgResourceLoaderMaxQueryLength'] = 512; + $this->values['wgDefaultSkin'] = 'vector'; // add a new setting $ls = parent::getText(); return $ls . "\n\$wgUseTex = true;\n"; @@ -75,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 ); } }