jenkins-bot has submitted this change and it was merged.

Change subject: Revert "Adapt to Parsoid/RESTbase renaming scrubWikitext to 
scrub_wikitext"
......................................................................


Revert "Adapt to Parsoid/RESTbase renaming scrubWikitext to scrub_wikitext"

This reverts commit 33f73f1be953015b223524954118247c8c2694dc.

Change-Id: I46145635bb1783a040cb776d8df50fa2f3d259a7
---
M includes/Parsoid/Utils.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Mattflaschen: Looks good to me, approved
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Parsoid/Utils.php b/includes/Parsoid/Utils.php
index 18956c6..5c1493e 100644
--- a/includes/Parsoid/Utils.php
+++ b/includes/Parsoid/Utils.php
@@ -95,7 +95,7 @@
                        'body_only' => 'true',
                );
                if ( $from === 'html' ) {
-                       $params['scrub_wikitext'] = 'true';
+                       $params['scrubWikitext'] = 'true';
                }
                $url = '/restbase/local/v1/transform/' . $from . '/to/' . $to . 
'/' .
                        urlencode( $prefixedDbTitle );

-- 
To view, visit https://gerrit.wikimedia.org/r/249039
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I46145635bb1783a040cb776d8df50fa2f3d259a7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to