From: Bartosz DziewoƄski Date: Fri, 18 Dec 2015 22:33:55 +0000 (+0100) Subject: Refresh autoload.php X-Git-Tag: 1.31.0-rc.0~8623^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=b65498b9f897264aec0c14182c96f0d253b2e0fb;p=lhc%2Fweb%2Fwiklou.git Refresh autoload.php /me stabs Aaron Change-Id: I82233877840273ece1c41da73c998fa2bd1b2c99 --- diff --git a/autoload.php b/autoload.php index dea31abe19..0f334e8ee0 100644 --- a/autoload.php +++ b/autoload.php @@ -740,6 +740,7 @@ $wgAutoloadLocalClasses = array( 'MailAddress' => __DIR__ . '/includes/mail/MailAddress.php', 'Maintenance' => __DIR__ . '/maintenance/Maintenance.php', 'MaintenanceFormatInstallDoc' => __DIR__ . '/maintenance/formatInstallDoc.php', + 'MakeTestEdits' => __DIR__ . '/maintenance/makeTestEdits.php', 'MalformedTitleException' => __DIR__ . '/includes/title/MalformedTitleException.php', 'ManualLogEntry' => __DIR__ . '/includes/logging/LogEntry.php', 'MapCacheLRU' => __DIR__ . '/includes/libs/MapCacheLRU.php',