Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilbourne authored Sep 19, 2024
1 parent de60b47 commit cb39008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/functions/files.php
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ function _rocket_get_cache_dirs( $url_host, $cache_path = '', $hard_reset = fals

$regex = sprintf(
'/%1$s%2$s(.*)/i',
_rocket_normalize_path( $cache_path, true ),
preg_quote( $cache_path, '/' ),
$url_host
);

Expand Down

0 comments on commit cb39008

Please sign in to comment.