From: Patrick Reilly Date: Tue, 4 Dec 2012 20:19:45 +0000 (-0800) Subject: fix sort order X-Git-Tag: 1.31.0-rc.0~21431 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=036d03bab9b76c1fe89a8738b63dd3c899a24733;p=lhc%2Fweb%2Fwiklou.git fix sort order Change-Id: I07e29fbdae88ce5164ba4fb60dbb597dbc2c4dcf --- 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',