[-] PDF : TCPDF cache directory is now in PS_CACHE_DIR

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10310 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2011-11-21 08:35:40 +00:00
parent 8add301ef3
commit 1d47af51d7
+2 -1
View File
@@ -81,7 +81,7 @@ if (!defined('K_TCPDF_EXTERNAL_CONFIG')) {
/**
* cache directory for temporary files (full path)
*/
define ('K_PATH_CACHE', K_PATH_MAIN.'cache/');
define ('K_PATH_CACHE', _PS_CACHE_DIR_.'tcpdf/');
/**
* cache directory for temporary files (url path)
@@ -238,3 +238,4 @@ if (!defined('K_TCPDF_EXTERNAL_CONFIG')) {
//============================================================+
// END OF FILE
//============================================================+