From: Jeroen De Dauw Date: Thu, 15 Dec 2011 16:23:33 +0000 (+0000) Subject: follow up to r106272, alphabetical order so Nikerabbit doesnt go mad :) X-Git-Tag: 1.31.0-rc.0~25955 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=9dbfc9f4af0008c04722edca43e45edb3b778f52;p=lhc%2Fweb%2Fwiklou.git follow up to r106272, alphabetical order so Nikerabbit doesnt go mad :) --- 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',