fix sort order
authorPatrick Reilly <preilly@wikimedia.org>
Tue, 4 Dec 2012 20:19:45 +0000 (12:19 -0800)
committerPatrick Reilly <preilly@wikimedia.org>
Tue, 4 Dec 2012 20:19:45 +0000 (12:19 -0800)
Change-Id: I07e29fbdae88ce5164ba4fb60dbb597dbc2c4dcf

includes/AutoLoader.php

index 419979a..461fadf 100644 (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',