mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-27 17:01:07 +00:00
Merge "Don't write native rendering to database"
This commit is contained in:
commit
f8d44c1caf
|
@ -65,4 +65,11 @@ class MathNativeMML extends MathMathML {
|
|||
return $this->getMathml();
|
||||
}
|
||||
|
||||
public function readFromDatabase() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public function writeCache() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue