Merge "Map dummy language codes in sites"
[lhc/web/wiklou.git] / mw-config / overrides.php
index 5758152..3dfecaa 100644 (file)
@@ -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 );
        }
 }