Do not cache MathML results in database

* Currently the Math extension stores the rendering result from restbase
  in the database.
* This creates unnecessary write operations on the database

Change-Id: I5f07474fbf8017e39e94ac2b17676db1c3e92e72
This commit is contained in:
physikerwelt 2015-12-09 15:17:15 +01:00 committed by Physikerwelt
parent 4087a1cec0
commit cfdec7e814
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ class MathMathML extends MathRenderer {
$this->mathml = $rbi->getMathML();
$this->svg = $rbi->getSvg();
$this->svgPath = $rbi->getFullSvgUrl();
$this->changed = false;
return $rbi->getSuccess();
}
if ( $forceReRendering ) {