Skip to content

Commit

Permalink
Merge pull request #21 from newfold-labs/fix/file-cache-directory
Browse files Browse the repository at this point in the history
Fix file based cache generating multiple cache directories in `wp-content`
  • Loading branch information
wpalani authored Apr 22, 2024
2 parents 483e4dc + 71c1c3d commit 5e4c87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/CacheTypes/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5e4c87d

Please sign in to comment.