https://bugzilla.wikimedia.org/show_bug.cgi?id=38845

       Web browser: ---
             Bug #: 38845
           Summary: Sites changes ordeer
           Product: MediaWiki extensions
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: WikidataRepo
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


In the tests SitesTest.php at line 92 the following line gives an error

  array( array( 'global_key' => array( 'enwiki', 'dewiki' ) ), array( 'enwiki',
'dewiki' ) ),

while the following works

  array( array( 'global_key' => array( 'enwiki', 'dewiki' ) ), array( 'dewiki',
'enwiki' ) ),

The order is changed in Sites, but does not seem to happen always. Later a
similar line does not trigger any error.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to