fix sort order

Change-Id: I07e29fbdae88ce5164ba4fb60dbb597dbc2c4dcf
This commit is contained in:
Patrick Reilly 2012-12-04 12:19:45 -08:00
parent 2b168e3e06
commit 036d03bab9

View file

@ -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',