From: Christopher Walz Date: Thu, 2 Jan 2025 04:07:53 +0000 (+0100) Subject: Unify cache dir separator X-Git-Tag: 6.1.3_dev_3~4^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7b14cc6a8a944d1c2030c26dddbb0481210c5020;p=GitHub%2FWoltLab%2FWCF.git Unify cache dir separator --- diff --git a/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php b/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php index a0a5785535..c6f4c59869 100755 --- a/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php @@ -73,7 +73,7 @@ class CacheListPage extends AbstractPage // set version $this->cacheData['version'] = WCF_VERSION; - $this->readCacheFiles('data', WCF_DIR . 'cache'); + $this->readCacheFiles('data', FileUtil::unifyDirSeparator(WCF_DIR . 'cache')); break; case RedisCacheSource::class: