Fixed FA2.4.2 error getting exchange rate from Google
[fa-stable.git] / reporting / includes / tcpdf.php
index 326ffa611c14fd488b81e29af0b037c411952d4f..6e7b6f4af9f50135c536984c6dc61288685d310f 100644 (file)
@@ -4536,7 +4536,7 @@ if (!class_exists('TCPDF')) {
                                $this->_putstream($font);
                                $this->_out('endobj');
                        }
-                       ini_set('magic_quotes_runtime', $mgr);
+                       ini_set('magic_quotes_runtime', $mqr);
                        foreach($this->fonts as $k => $font) {
                                //Font objects
                                $this->fonts[$k]['n'] = $this->n + 1;
@@ -10430,4 +10430,3 @@ if (!class_exists('TCPDF')) {
 //============================================================+
 // END OF FILE
 //============================================================+
-?>