Santhosh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/245203

Change subject: Rename scrubWikitext to scrub_wikitext
......................................................................

Rename scrubWikitext to scrub_wikitext

Bug: T115102
Change-Id: Id2b3184d5141fde823b1f586e0e446a22cfadf2d
---
M api/ApiContentTranslationPublish.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/03/245203/1

diff --git a/api/ApiContentTranslationPublish.php 
b/api/ApiContentTranslationPublish.php
index b992605..96e573b 100755
--- a/api/ApiContentTranslationPublish.php
+++ b/api/ApiContentTranslationPublish.php
@@ -120,7 +120,7 @@
                        'transform/html/to/wikitext/' . urlencode( 
$title->getPrefixedDBkey() ),
                        array(
                                'html' => $html,
-                               'scrubWikitext' => 1,
+                               'scrub_wikitext' => 1,
                        )
                );
                if ( $wikitext === false ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id2b3184d5141fde823b1f586e0e446a22cfadf2d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to