X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=autoload.php;h=87b2bb981a5e8c89afa84e2b4e368896061bbfde;hp=413d315fae94250484d0cb763294be876d349b19;hb=64e7e7d760fc3e043f7e01a89cc3697869aaa93b;hpb=fd72f6c48e1c88930f0c59ccc94794eeaec92929 diff --git a/autoload.php b/autoload.php index 413d315fae..87b2bb981a 100644 --- a/autoload.php +++ b/autoload.php @@ -830,6 +830,7 @@ $wgAutoloadLocalClasses = [ 'MWCryptRand' => __DIR__ . '/includes/utils/MWCryptRand.php', 'MWDebug' => __DIR__ . '/includes/debug/MWDebug.php', 'MWDocGen' => __DIR__ . '/maintenance/mwdocgen.php', + 'MWDoxygenFilter' => __DIR__ . '/maintenance/includes/MWDoxygenFilter.php', 'MWException' => __DIR__ . '/includes/exception/MWException.php', 'MWExceptionHandler' => __DIR__ . '/includes/exception/MWExceptionHandler.php', 'MWExceptionRenderer' => __DIR__ . '/includes/exception/MWExceptionRenderer.php',