diff --git a/libraries/vendor_config.php b/libraries/vendor_config.php index 5855b97a0d..adf8811996 100644 --- a/libraries/vendor_config.php +++ b/libraries/vendor_config.php @@ -78,4 +78,4 @@ define('LOCALE_PATH', ROOT_PATH . 'locale' . DIRECTORY_SEPARATOR); /** * Define the cache directory for routing cache an other cache files */ -define('CACHE_DIR', ROOT_PATH . 'libraries/cache' . DIRECTORY_SEPARATOR); +define('CACHE_DIR', ROOT_PATH . 'libraries' . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR);