mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
Don't write native rendering to database
* Native uses WANObject cache and thus the db is not needed. Change-Id: I2aec0c4bceb7db80dc24a716cabd7f2647709516
This commit is contained in:
parent
30c156a0a8
commit
dd221cb1a2
|
@ -63,4 +63,11 @@ class MathNativeMML extends MathMathML {
|
|||
return $this->getMathml();
|
||||
}
|
||||
|
||||
public function readFromDatabase() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public function writeCache() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue