X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27user_edit%27%2C%20userid=session.user.id%29%20%7D%7D?a=blobdiff_plain;f=autoload.php;h=d8283d61750508e3ae4ea7fe73c2f6fa6c6f5954;hb=64d22694b34eb2ad73f184708f5a904876db0a98;hp=cff05b8fece6c3eadde88bae2f83a2c8d1dd7151;hpb=368dea479a112288b0b3e69241afa55d3c1cc1b7;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index cff05b8fec..d8283d6175 100644 --- a/autoload.php +++ b/autoload.php @@ -1727,6 +1727,7 @@ $wgAutoloadLocalClasses = [ 'Wikimedia\\Rdbms\\TransactionProfiler' => __DIR__ . '/includes/libs/rdbms/TransactionProfiler.php', 'WikitextContent' => __DIR__ . '/includes/content/WikitextContent.php', 'WikitextContentHandler' => __DIR__ . '/includes/content/WikitextContentHandler.php', + 'WikitextLogFormatter' => __DIR__ . '/includes/logging/WikitextLogFormatter.php', 'WinCacheBagOStuff' => __DIR__ . '/includes/libs/objectcache/WinCacheBagOStuff.php', 'WithoutInterwikiPage' => __DIR__ . '/includes/specials/SpecialWithoutinterwiki.php', 'WordLevelDiff' => __DIR__ . '/includes/diff/WordLevelDiff.php',