X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=autoload.php;h=508e75bdc8c9c6be7c33fcd488c5cfed09f1462d;hb=90108854ac90da1b1e77a8cece69a34cfe83f962;hp=d44a30556b6836ef70411d5e282d074ec93b3c5e;hpb=068d357a3497e0bccec174ce2b6053e04d0d428c;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index d44a30556b..508e75bdc8 100644 --- a/autoload.php +++ b/autoload.php @@ -291,7 +291,7 @@ $wgAutoloadLocalClasses = [ 'Config' => __DIR__ . '/includes/config/Config.php', 'ConfigException' => __DIR__ . '/includes/config/ConfigException.php', 'ConfigFactory' => __DIR__ . '/includes/config/ConfigFactory.php', - 'ConfiguredReadOnlyMode' => __DIR__ . '/includes/ReadOnlyMode.php', + 'ConfiguredReadOnlyMode' => __DIR__ . '/includes/ConfiguredReadOnlyMode.php', 'ConstantDependency' => __DIR__ . '/includes/cache/CacheDependency.php', 'Content' => __DIR__ . '/includes/content/Content.php', 'ContentHandler' => __DIR__ . '/includes/content/ContentHandler.php',