fix sort order
Change-Id: I07e29fbdae88ce5164ba4fb60dbb597dbc2c4dcf
This commit is contained in:
parent
2b168e3e06
commit
036d03bab9
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue