From 5732bd26fb351223e306d2171d7ae6b239121482 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 7 Oct 2015 12:22:50 -0700 Subject: [PATCH] ApiVisualEditor: Switch RESTbase config from 'scrubWikitext' to 'scrub_wikitext' Change-Id: I08ca5eab1423232b96faf39f12b25b679a0d77bd --- ApiVisualEditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) ); }