X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_modifier.php?a=blobdiff_plain;f=includes%2Fregistration%2FExtensionRegistry.php;h=c5d4b4a7c3ddec6a0be2feacf59ad49b617f02cd;hb=e3e33ce99c909103b4b2b861c8361729441eccc8;hp=5663487c879a57624fa0cbe896471eb487508edc;hpb=33d4dfea0f465df9a10c7adfbbe22835ef8ba543;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/registration/ExtensionRegistry.php b/includes/registration/ExtensionRegistry.php index 5663487c87..c5d4b4a7c3 100644 --- a/includes/registration/ExtensionRegistry.php +++ b/includes/registration/ExtensionRegistry.php @@ -305,16 +305,6 @@ class ExtensionRegistry { $autoloadNamespaces ); - if ( isset( $info['AutoloadClasses'] ) ) { - $autoload = $this->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 );