From bcd7bc2322396a6534e1b536311de42da7796c61 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 29 Sep 2016 16:42:58 -0700 Subject: [PATCH] Move ChronologyProtector up a directory instead of being by itself Change-Id: Ie4859a24fb22e5816718a7d1d9444316b1f444c4 --- autoload.php | 2 +- .../rdbms/{chronologyprotector => }/ChronologyProtector.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename includes/libs/rdbms/{chronologyprotector => }/ChronologyProtector.php (100%) diff --git a/autoload.php b/autoload.php index 3b428701ac..3ec653f60f 100644 --- a/autoload.php +++ b/autoload.php @@ -242,7 +242,7 @@ $wgAutoloadLocalClasses = [ 'CheckStorage' => __DIR__ . '/maintenance/storage/checkStorage.php', 'CheckSyntax' => __DIR__ . '/maintenance/checkSyntax.php', 'CheckUsernames' => __DIR__ . '/maintenance/checkUsernames.php', - 'ChronologyProtector' => __DIR__ . '/includes/libs/rdbms/chronologyprotector/ChronologyProtector.php', + 'ChronologyProtector' => __DIR__ . '/includes/libs/rdbms/ChronologyProtector.php', 'ClassCollector' => __DIR__ . '/includes/utils/AutoloadGenerator.php', 'CleanupAncientTables' => __DIR__ . '/maintenance/cleanupAncientTables.php', 'CleanupBlocks' => __DIR__ . '/maintenance/cleanupBlocks.php', diff --git a/includes/libs/rdbms/chronologyprotector/ChronologyProtector.php b/includes/libs/rdbms/ChronologyProtector.php similarity index 100% rename from includes/libs/rdbms/chronologyprotector/ChronologyProtector.php rename to includes/libs/rdbms/ChronologyProtector.php -- 2.20.1