X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=includes%2Fregistration%2FExtensionRegistry.php;h=c91d6d6e859db165f62a184f765cdb89759a4169;hb=e3e6be734f8cac8bce7cff7cde86a920b7ca0fb1;hp=b34a1236352b3efc2e333089eef97c6eca9745c6;hpb=c004cfc116eb8c677c346f3db561fc3593a8fd99;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/registration/ExtensionRegistry.php b/includes/registration/ExtensionRegistry.php index b34a123635..c91d6d6e85 100644 --- a/includes/registration/ExtensionRegistry.php +++ b/includes/registration/ExtensionRegistry.php @@ -247,6 +247,7 @@ class ExtensionRegistry { } if ( isset( $info['AutoloadNamespaces'] ) ) { $autoloadNamespaces += $this->processAutoLoader( $dir, $info['AutoloadNamespaces'] ); + AutoLoader::$psr4Namespaces += $autoloadNamespaces; } // get all requirements/dependencies for this extension