Mattflaschen has uploaded a new change for review.

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


Change subject: Revert "(Bug 45973) Fix check for avoiding re-cache"
......................................................................

Revert "(Bug 45973) Fix check for avoiding re-cache"

Revert unreviewed self-merge with pending issues.

This reverts commit f5422cf85a261c47c21dcc2699ccc1bbf1eea029.

Change-Id: I17471e2adccf54b79a9d8185c4a6f4b6937ce622
---
M MathTexvc.php
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/MathTexvc.php b/MathTexvc.php
index 0044698..8b4f877 100644
--- a/MathTexvc.php
+++ b/MathTexvc.php
@@ -276,7 +276,7 @@
         */
        public function writeCache() {
                global $wgUseSquid;
-               if ( $this->isRecall() ) {
+               if ( !$this->isRecall() ) {
                        return;
                }
                $this->writeDBEntry();
@@ -315,4 +315,4 @@
                }
        }
 
-}
+}
\ No newline at end of file

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

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

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

Reply via email to