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

This commit is contained in:
fBrignoli
2011-11-21 08:35:40 +00:00
parent b8520f7bc3
commit 354552a2d8
+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
//============================================================+