Last modified: 2012-07-03 16:16:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T40002, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 38002 - wgCheckSerialized set to both true and false in InitialiseSettings.php
wgCheckSerialized set to both true and false in InitialiseSettings.php
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://noc.wikimedia.org/conf/highlig...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-27 21:09 UTC by Donald Lancon
Modified: 2012-07-03 16:16 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Donald Lancon 2012-06-27 21:09:58 UTC
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...?
Comment 1 Sam Reed (reedy) 2012-07-03 16:16:16 UTC
Variable isn't used anyway. Removed now

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links