Unify cache dir separator
authorChristopher Walz <ChristopherWalz@users.noreply.github.com>
Thu, 2 Jan 2025 04:07:53 +0000 (05:07 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Jan 2025 04:07:53 +0000 (05:07 +0100)
wcfsetup/install/files/lib/acp/page/CacheListPage.class.php

index a0a5785535dbab549fa22b92ff997dff7f305199..c6f4c59869d03bd05af2e5775540570d76f3b98f 100755 (executable)
@@ -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: