mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-18 09:10:59 +00:00
ApiVisualEditor: Switch RESTbase config from 'scrubWikitext' to 'scrub_wikitext'
Change-Id: I08ca5eab1423232b96faf39f12b25b679a0d77bd
This commit is contained in:
parent
07b66e4703
commit
5732bd26fb
|
@ -162,7 +162,7 @@ class ApiVisualEditor extends ApiBase {
|
||||||
$path,
|
$path,
|
||||||
array(
|
array(
|
||||||
'html' => $html,
|
'html' => $html,
|
||||||
'scrubWikitext' => 1,
|
'scrub_wikitext' => 1,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue