mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 01:10:09 +00:00
Revert "(Bug 45973) Fix check for avoiding re-cache"
Revert unreviewed self-merge with pending issues.
This reverts commit f5422cf85a
.
Change-Id: I17471e2adccf54b79a9d8185c4a6f4b6937ce622
This commit is contained in:
parent
f5422cf85a
commit
3916ac167c
|
@ -276,7 +276,7 @@ class MathTexvc extends MathRenderer {
|
|||
*/
|
||||
public function writeCache() {
|
||||
global $wgUseSquid;
|
||||
if ( $this->isRecall() ) {
|
||||
if ( !$this->isRecall() ) {
|
||||
return;
|
||||
}
|
||||
$this->writeDBEntry();
|
||||
|
@ -315,4 +315,4 @@ class MathTexvc extends MathRenderer {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue