]> git.agnieray.net Git - galette.git/blobdiff - galette/config/paths.inc.php
Merge branch 'hotfix/1.0.3'
[galette.git] / galette / config / paths.inc.php
index 5d1e3cea83df2c01ad599143b0ee0459139e860a..559d528abcf2aa34e978082631ad9c94d7c38ab8 100644 (file)
@@ -97,7 +97,7 @@ if (!defined('GALETTE_COMPILE_DIR')) {
     define('GALETTE_COMPILE_DIR', GALETTE_DATA_PATH . 'templates_c/');
 }
 if (!defined('GALETTE_CACHE_DIR')) {
-    define('GALETTE_CACHE_DIR', GALETTE_DATA_PATH . 'cache/');
+    define('GALETTE_CACHE_DIR', GALETTE_DATA_PATH . 'cache/' . GALETTE_VERSION . '/');
 }
 if (!defined('GALETTE_EXPORTS_PATH')) {
     define('GALETTE_EXPORTS_PATH', GALETTE_DATA_PATH . 'exports/');