Merge "Fix bad settings name CiteCacheReferencesDataOnParse"

This commit is contained in:
jenkins-bot 2019-11-19 15:53:00 +00:00 committed by Gerrit Code Review
commit 6f8b7311d9
2 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,6 @@ Configuration
-------------
* `$wgCiteStoreReferencesData`: If set to true, references are saved in the database so that
other extensions can retrieve them independently of the main article content.
* `$wgCiteCacheReferencesDataOnParse`: (`$wgCiteStoreReferencesData` required) By default,
* `$wgCiteCacheRawReferencesOnParse`: (`$wgCiteStoreReferencesData` required) By default,
references are cached only on database access. If set to true, references are also cached
whenever pages are parsed.

View file

@ -105,7 +105,7 @@
"public": true,
"value": false
},
"CiteCacheReferencesDataOnParse": {
"CiteCacheRawReferencesOnParse": {
"description": "Requires $wgCiteStoreReferencesData. By default, references are cached only on database access. If set to true, references are also cached whenever pages are parsed.",
"public": true,
"value": false