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

Change subject: Use ParserOutput::getRawText() to avoid parser cache corruption
......................................................................


Use ParserOutput::getRawText() to avoid parser cache corruption

Bug: T124356
Change-Id: I1b44a95154e5d718cc744a5f033b2fec2e121cf7
---
M includes/MobileFrontend.hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/MobileFrontend.hooks.php 
b/includes/MobileFrontend.hooks.php
index 7e72b4c..dc733d6 100644
--- a/includes/MobileFrontend.hooks.php
+++ b/includes/MobileFrontend.hooks.php
@@ -1238,7 +1238,7 @@
                                }
                        }
                        // Enable wrapped sections
-                       $po->setText( ExtMobileFrontend::DOMParse( $outputPage, 
$po->getText(), $isBeta ) );
+                       $po->setText( ExtMobileFrontend::DOMParse( $outputPage, 
$po->getRawText(), $isBeta ) );
                }
                return true;
        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1b44a95154e5d718cc744a5f033b2fec2e121cf7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to