From 261498d225585f825b7de787148b09de42f6d804 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 12 Aug 2019 11:35:13 +0200 Subject: [PATCH] Internal: Move expression cache files in a dedicated directory --- core/expressioncache.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/expressioncache.class.inc.php b/core/expressioncache.class.inc.php index 875d0cf88..2fa294fd3 100644 --- a/core/expressioncache.class.inc.php +++ b/core/expressioncache.class.inc.php @@ -104,7 +104,7 @@ EOF; public static function GetCacheFileName() { $sLangName = self::GetLangName(); - return utils::GetCachePath().'expressioncache-' . $sLangName . '.php'; + return utils::GetCachePath().'expressioncache/expressioncache-' . $sLangName . '.php'; } /**