When we have a bogus useskin value, fallback to $wgDefaultSkin if that value is sane...
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Fri, 16 Jul 2010 13:57:03 +0000 (13:57 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Fri, 16 Jul 2010 13:57:03 +0000 (13:57 +0000)
commit4669d5d5ea4ba9255a954a9c9c1ddff31b7ad781
treefd151d890e9e57dd194f2f7bd733cfcfc79a863e
parent766720358456340d4d900a608d0d75e73c33af4e
When we have a bogus useskin value, fallback to $wgDefaultSkin if that value is sane. Fallback to hardcoded "vector" default if $wgDefaultSkin is bogus. Users who still have amathyst selected as their skin preference, should now get vector instead of monobook. Follow up to r66383.
includes/Skin.php