ApiVisualEditor: Switch RESTbase config from 'scrubWikitext' to 'scrub_wikitext'

Change-Id: I08ca5eab1423232b96faf39f12b25b679a0d77bd
This commit is contained in:
James D. Forrester 2015-10-07 12:22:50 -07:00 committed by Jforrester
parent 07b66e4703
commit 5732bd26fb

View file

@ -162,7 +162,7 @@ class ApiVisualEditor extends ApiBase {
$path, $path,
array( array(
'html' => $html, 'html' => $html,
'scrubWikitext' => 1, 'scrub_wikitext' => 1,
) )
); );
} }