This commit is contained in:
Je2fb 2020-06-28 17:53:48 +02:00 committed by Laurent Destailleur
parent bce0a93227
commit b45bfd258d

View File

@ -194,7 +194,7 @@ class EvalMath
* *
* @return string Output * @return string Output
*/ */
private function vars() public function vars()
{ {
$output = $this->v; $output = $this->v;
unset($output['pi']); unset($output['pi']);