X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=blobdiff_plain;f=autoload.php;h=058d4f6442e765f9b59a63de4310142a7b0ef372;hb=93d44c9a4209457ca55a39b9649661f022456dd2;hp=af0b2002ebdd734794416401ee072cb1c784ceda;hpb=ba00b23a1d6fea3f05c617d3df73d60ab28dfdf4;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index af0b2002eb..058d4f6442 100644 --- a/autoload.php +++ b/autoload.php @@ -175,7 +175,7 @@ $wgAutoloadLocalClasses = [ 'BadRequestError' => __DIR__ . '/includes/exception/BadRequestError.php', 'BadTitleError' => __DIR__ . '/includes/exception/BadTitleError.php', 'BagOStuff' => __DIR__ . '/includes/libs/objectcache/BagOStuff.php', - 'BaseDump' => __DIR__ . '/maintenance/backupPrefetch.inc', + 'BaseDump' => __DIR__ . '/includes/export/BaseDump.php', 'BaseTemplate' => __DIR__ . '/includes/skins/BaseTemplate.php', 'BashkirUppercaseCollation' => __DIR__ . '/includes/collation/BashkirUppercaseCollation.php', 'BatchRowIterator' => __DIR__ . '/includes/utils/BatchRowIterator.php', @@ -606,7 +606,6 @@ $wgAutoloadLocalClasses = [ 'Hooks' => __DIR__ . '/includes/Hooks.php', 'Html' => __DIR__ . '/includes/Html.php', 'HtmlArmor' => __DIR__ . '/includes/libs/HtmlArmor.php', - 'HtmlFormatter' => __DIR__ . '/includes/HtmlFormatter.php', 'Http' => __DIR__ . '/includes/http/Http.php', 'HttpError' => __DIR__ . '/includes/exception/HttpError.php', 'HttpStatus' => __DIR__ . '/includes/libs/HttpStatus.php',