From ef90a7801963f2f78fccb6a2c8fc46013250ab31 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Feb 2012 14:27:54 +0100 Subject: [PATCH] Comment --- htdocs/includes/tcpdf/config/tcpdf_config.php | 1 + 1 file changed, 1 insertion(+) 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);