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

       Web browser: ---
             Bug #: 38002
           Summary: wgCheckSerialized set to both true and false in
                    InitialiseSettings.php
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Site configuration
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: dc...@obkb.com
                CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
    Classification: Unclassified
   Mobile Platform: ---


The variable 'wgCheckSerialized' is set in two different places with opposite
'default' values in the file 'InitialiseSettings.php':

 'wgCheckSerialized' => array(
     'default' => true,
 ),

 'wgCheckSerialized' => array(
     'default' => false,
     'testwiki' => false, // was true... 2008-10-24 brion
 ),

Surely this is a mistake...?

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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to