Skip to content

Commit

Permalink
mpdf#1737: Uses Magento 2 class define.
Browse files Browse the repository at this point in the history
  • Loading branch information
eadesignro committed Oct 10, 2017
1 parent 8fd03e0 commit 0ef57e4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions mpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,6 @@
define("_JPGRAPH_PATH", _MPDF_PATH . 'jpgraph/');
}

if (!defined('_MPDF_TEMP_PATH')) {
define("_MPDF_TEMP_PATH", _MPDF_PATH . 'tmp/');
}

if (!defined('_MPDF_TTFONTPATH')) {
define('_MPDF_TTFONTPATH', _MPDF_PATH . 'ttfonts/');
}

if (!defined('_MPDF_TTFONTDATAPATH')) {
define('_MPDF_TTFONTDATAPATH', _MPDF_PATH . 'ttfontdata/');
}

$errorlevel = error_reporting();
$errorlevel = error_reporting($errorlevel & ~E_NOTICE);

Expand Down

0 comments on commit 0ef57e4

Please sign in to comment.