Mattflaschen has submitted this change and it was merged.
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(-)
Approvals:
Mattflaschen: Verified; Looks good to me, approved
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: merged
Gerrit-Change-Id: I17471e2adccf54b79a9d8185c4a6f4b6937ce622
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Tim Starling <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits