diff --git a/src/MathMathMLCli.php b/src/MathMathMLCli.php index ec56a1a..cdaa0c2 100644 --- a/src/MathMathMLCli.php +++ b/src/MathMathMLCli.php @@ -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() ) {