getConfiguration.php script can export various settings, it is also used to import configurations in SiteConfiguration.php. However, due to a bug in isAllowedVariable() function, it allows only values which are arrays or is_scalar(). Unfortunately, is_scalar(NULL) is false, so it produces an error if any config variable is set to null.
Description
Description
Details
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/core | master | +1 -1 | Allow to export null values |
Related Objects
Related Objects
- Mentioned In
- rMW62a6c0b5d1c5: Allow to export null values
Event Timeline
Comment Actions
Change 235143 had a related patch set uploaded (by Smalyshev):
Allow to export null values