From e6d3c89de0f4ad178ac7afded549839d7d401be4 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 8 Jun 2010 13:38:46 +0000 Subject: [PATCH] Followup r66383, need to update generated LocalSettings as well --- includes/installer/LocalSettingsGenerator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 4267b44a88..ce41160304 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -231,8 +231,8 @@ if ( \$wgCommandLineMode ) { \$wgSecretKey = \"{$this->values['wgSecretKey']}\"; ## Default skin: you can change the default skin. Use the internal symbolic -## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook': -\$wgDefaultSkin = 'monobook'; +## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook', 'vector': +\$wgDefaultSkin = 'vector'; ## For attaching licensing metadata to pages, and displaying an ## appropriate copyright notice / icon. GNU Free Documentation -- 2.20.1