Don't use AutoLoader in class_exists() and interface_exists() in AutoLoader::loadAllE...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 27 Jan 2009 20:29:20 +0000 (20:29 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 27 Jan 2009 20:29:20 +0000 (20:29 +0000)
commitf3f9e58d3653aa1bf1bd28d47d92d2554545b473
treef9b66fd8207d601ac1f9af18bd6e9e7ba4557a4a
parentda25eed393edaa8383c5c150494b147ceff4c625
Don't use AutoLoader in class_exists() and interface_exists() in AutoLoader::loadAllExtensions() since we'll require() it if it doesn't exist
includes/AutoLoader.php