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:
Matthew Flaschen 2013-03-12 00:24:19 -04:00
parent f5422cf85a
commit 3916ac167c
1 changed files with 2 additions and 2 deletions

View File

@ -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 {
}
}
}
}