Merge "Fix call to MathMathMLCli::getError"

This commit is contained in:
jenkins-bot 2019-05-31 19:11:55 +00:00 committed by Gerrit Code Review
commit 1792072bcf
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class MathMathMLCli extends MathMathML {
if ( !property_exists( $res, $this->getMd5() ) ) {
$this->lastError =
$this->getError( 'math_mathoid_error', 'cli',
var_export( get_object_vars( $res ) ) );
var_export( get_object_vars( $res ), true ) );
return false;
}
if ( $this->isEmpty() ) {