Show preload data in CacheListPage
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 8 Mar 2021 15:11:19 +0000 (16:11 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 8 Mar 2021 15:26:29 +0000 (16:26 +0100)
see d2779a57533b315ce08c3436d9753f16ee1fdbfe

wcfsetup/install/files/lib/acp/page/CacheListPage.class.php

index 095e43caad7419f48111dde6f027b6ffd257311e..5b8f84ddf957727064fe8c40b5bf0c7efd9951ec 100755 (executable)
@@ -107,7 +107,7 @@ class CacheListPage extends AbstractPage
             FileUtil::unifyDirSeparator(WCF_DIR . 'acp/templates/compiled'),
             new Regex('\.meta\.php$')
         );
-        $this->readCacheFiles('style', FileUtil::unifyDirSeparator(WCF_DIR . 'style'), null, 'css');
+        $this->readCacheFiles('style', FileUtil::unifyDirSeparator(WCF_DIR . 'style'), null, '(css|json)');
         $this->readCacheFiles(
             'style',
             FileUtil::unifyDirSeparator(WCF_DIR . 'acp/style'),