From 71c1c3da9a49aa0cd92a5f8eaf0647d42b383f3d Mon Sep 17 00:00:00 2001 From: wpalani Date: Mon, 22 Apr 2024 14:29:06 -0700 Subject: [PATCH] Add trailing slash to the cache dir constant --- includes/CacheTypes/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/CacheTypes/File.php b/includes/CacheTypes/File.php index a88e569..6c955e0 100644 --- a/includes/CacheTypes/File.php +++ b/includes/CacheTypes/File.php @@ -21,7 +21,7 @@ class File extends CacheBase implements Purgeable { * * @var string */ - const CACHE_DIR = WP_CONTENT_DIR . '/newfold-page-cache'; + const CACHE_DIR = WP_CONTENT_DIR . '/newfold-page-cache/'; /** * The file marker name.