X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=autoload.php;h=5eadf79b806f1a01e1acbe061bdbba51bbd32319;hb=c9b8a7b2b14a4333c9b9e06d7b556fadb9513bef;hp=6457747c841c06fb7ffad232457eb2419a4227da;hpb=b7d10160eb1c088ca3cb2fdf021562dffc61eabf;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 6457747c84..5eadf79b80 100644 --- a/autoload.php +++ b/autoload.php @@ -1009,7 +1009,7 @@ $wgAutoloadLocalClasses = [ 'MssqlInstaller' => __DIR__ . '/includes/installer/MssqlInstaller.php', 'MssqlUpdater' => __DIR__ . '/includes/installer/MssqlUpdater.php', 'MultiConfig' => __DIR__ . '/includes/config/MultiConfig.php', - 'MultiHttpClient' => __DIR__ . '/includes/libs/MultiHttpClient.php', + 'MultiHttpClient' => __DIR__ . '/includes/libs/http/MultiHttpClient.php', 'MultiWriteBagOStuff' => __DIR__ . '/includes/libs/objectcache/MultiWriteBagOStuff.php', 'MutableConfig' => __DIR__ . '/includes/config/MutableConfig.php', 'MutableContext' => __DIR__ . '/includes/context/MutableContext.php',