diff --git a/htdocs/includes/tcpdf/config/tcpdf_config.php b/htdocs/includes/tcpdf/config/tcpdf_config.php index 55304504120..bf575fbe2c6 100644 --- a/htdocs/includes/tcpdf/config/tcpdf_config.php +++ b/htdocs/includes/tcpdf/config/tcpdf_config.php @@ -82,6 +82,7 @@ if (!defined('K_TCPDF_EXTERNAL_CONFIG')) { * cache directory for temporary files (full path) */ // define ('K_PATH_CACHE', K_PATH_MAIN.'cache/'); +// DOL_CHANGE define ('K_PATH_CACHE', DOL_DATA_ROOT.'/admin/temp/'); dol_mkdir(K_PATH_CACHE);