Physikerwelt has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/342869 )

Change subject: WIP: check for purge request
......................................................................

WIP: check for purge request

Change-Id: Ia09c039de3a7232a28bfdd5a97daf1029e5d7c40
---
M MathMathML.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/69/342869/1

diff --git a/MathMathML.php b/MathMathML.php
index e1e6f06..0aca41a 100644
--- a/MathMathML.php
+++ b/MathMathML.php
@@ -81,7 +81,7 @@
        public function render( $forceReRendering = false ) {
                global $wgMathFullRestbaseURL;
                try {
-                       if ( $forceReRendering ) {
+                       if ( $forceReRendering || $this->isPurge() ) {
                                $this->setPurge( true );
                        }
                        if ( in_array( $this->inputType, 
$this->restbaseInputTypes ) &&

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia09c039de3a7232a28bfdd5a97daf1029e5d7c40
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <[email protected]>

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

Reply via email to