From 9dbfc9f4af0008c04722edca43e45edb3b778f52 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Thu, 15 Dec 2011 16:23:33 +0000 Subject: [PATCH] follow up to r106272, alphabetical order so Nikerabbit doesnt go mad :) --- includes/AutoLoader.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index a7cffe348e..710ea61ef6 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -547,15 +547,15 @@ $wgAutoloadLocalClasses = array( 'JSParser' => 'includes/libs/jsminplus.php', # includes/logging - 'LogEventsList' => 'includes/logging/LogEventsList.php', - 'LogPage' => 'includes/logging/LogPage.php', - 'LogPager' => 'includes/logging/LogEventsList.php', 'DatabaseLogEntry' => 'includes/logging/LogEntry.php', 'DeleteLogFormatter' => 'includes/logging/LogFormatter.php', 'LegacyLogFormatter' => 'includes/logging/LogFormatter.php', 'LogEntry' => 'includes/logging/LogEntry.php', + 'LogEventsList' => 'includes/logging/LogEventsList.php', 'LogEntryBase' => 'includes/logging/LogEntry.php', 'LogFormatter' => 'includes/logging/LogFormatter.php', + 'LogPage' => 'includes/logging/LogPage.php', + 'LogPager' => 'includes/logging/LogEventsList.php', 'ManualLogEntry' => 'includes/logging/LogEntry.php', 'MoveLogFormatter' => 'includes/logging/LogFormatter.php', 'NewUsersLogFormatter' => 'includes/logging/LogFormatter.php', -- 2.20.1