Revert part of r44296 "*Skip autoloading of skin, always does inefficient strtolower...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 10 Dec 2008 23:39:02 +0000 (23:39 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 10 Dec 2008 23:39:02 +0000 (23:39 +0000)
commit53a98ef3fba62044e8b07754676104772b07b151
treebb466fa43c4128a8beef05ef3c4b6e2bd922dfa0
parent5fd0427041b7013b46dd96c4a7659f677458b4fa
Revert part of r44296 "*Skip autoloading of skin, always does inefficient strtolower() stuff and fails (returns false) anyway" and r44302 "Tweak r44296: use autoloader if it is set there".
Unless there's some really huge overriding reason to do this, there's no point poking around in the autoloader's guts to try to outsmart it. Just let it take a few nanoseconds to check its array and don't add yourself a dependency on its implementation details.
If there *is* some really huge overriding reason to complicate the code, please provide some data supporting it.
includes/Skin.php