From 036d03bab9b76c1fe89a8738b63dd3c899a24733 Mon Sep 17 00:00:00 2001 From: Patrick Reilly Date: Tue, 4 Dec 2012 12:19:45 -0800 Subject: [PATCH] fix sort order Change-Id: I07e29fbdae88ce5164ba4fb60dbb597dbc2c4dcf --- includes/AutoLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 419979a6ef..461fadfe66 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -248,13 +248,13 @@ $wgAutoloadLocalClasses = array( 'TitleArray' => 'includes/TitleArray.php', 'TitleArrayFromResult' => 'includes/TitleArray.php', 'ThrottledError' => 'includes/Exception.php', + 'UIDGenerator' => 'includes/UIDGenerator.php', 'UnlistedSpecialPage' => 'includes/SpecialPage.php', 'UploadSourceAdapter' => 'includes/Import.php', 'UppercaseCollation' => 'includes/Collation.php', 'User' => 'includes/User.php', 'UserArray' => 'includes/UserArray.php', 'UserArrayFromResult' => 'includes/UserArray.php', - 'UIDGenerator' => 'includes/UIDGenerator.php', 'UserBlockedError' => 'includes/Exception.php', 'UserNotLoggedIn' => 'includes/Exception.php', 'UserCache' => 'includes/cache/UserCache.php', -- 2.20.1