X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fregistration%2FExtensionRegistry.php;h=c5d4b4a7c3ddec6a0be2feacf59ad49b617f02cd;hb=de64366f58f0af7a02a417833c8e0605e4140fab;hp=3e65f6c1ba7b1adaf991169051ae3ca57aa14b02;hpb=0d6ef1c0b20093e03e95a6b7f303c7a2de5de3af;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/registration/ExtensionRegistry.php b/includes/registration/ExtensionRegistry.php index 3e65f6c1ba..c5d4b4a7c3 100644 --- a/includes/registration/ExtensionRegistry.php +++ b/includes/registration/ExtensionRegistry.php @@ -1,6 +1,7 @@ processAutoLoader( $dir, $info['AutoloadClasses'] ); - $GLOBALS['wgAutoloadClasses'] += $autoload; - $autoloadClasses += $autoload; - } - if ( isset( $info['AutoloadNamespaces'] ) ) { - $autoloadNamespaces += $this->processAutoLoader( $dir, $info['AutoloadNamespaces'] ); - AutoLoader::$psr4Namespaces += $autoloadNamespaces; - } - // get all requirements/dependencies for this extension $requires = $processor->getRequirements( $info, $this->checkDev );