diff --git a/ApiVisualEditor.php b/ApiVisualEditor.php index 04989b6313..c7f43715fd 100644 --- a/ApiVisualEditor.php +++ b/ApiVisualEditor.php @@ -162,7 +162,7 @@ class ApiVisualEditor extends ApiBase { $path, array( 'html' => $html, - 'scrubWikitext' => 1, + 'scrub_wikitext' => 1, ) ); }