X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=29f986e3eb1d74567273eee53a638c6733763ec5;hb=356b3420d6908f91510aa0cd94f3a363be7f8999;hp=76c4cea6a0526fbc5bebb1f6cec062ec48a1de16;hpb=c5f68ec77aa526dd77c9daec8f88a3f63ef75948;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 76c4cea6a0..29f986e3eb 100644 --- a/autoload.php +++ b/autoload.php @@ -1541,6 +1541,7 @@ $wgAutoloadLocalClasses = [ 'WikiReference' => __DIR__ . '/includes/WikiMap.php', 'WikiRevision' => __DIR__ . '/includes/import/WikiRevision.php', 'WikiStatsOutput' => __DIR__ . '/maintenance/language/StatOutputs.php', + 'WikiTextStructure' => __DIR__ . '/includes/content/WikiTextStructure.php', 'WikitextContent' => __DIR__ . '/includes/content/WikitextContent.php', 'WikitextContentHandler' => __DIR__ . '/includes/content/WikitextContentHandler.php', 'WinCacheBagOStuff' => __DIR__ . '/includes/libs/objectcache/WinCacheBagOStuff.php',