Merge pull request #14159 from Je2fb/develop

FIX #14143 DynamicPrice
This commit is contained in:
Laurent Destailleur 2020-07-03 00:25:38 +02:00 committed by GitHub
commit bc1006e875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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']);