Set new landing page reset style cache, too
authorCyperghost <olaf_schmitz_1@t-online.de>
Wed, 3 Apr 2024 13:23:19 +0000 (15:23 +0200)
committerCyperghost <olaf_schmitz_1@t-online.de>
Wed, 3 Apr 2024 13:23:19 +0000 (15:23 +0200)
wcfsetup/install/files/lib/acp/form/ApplicationManagementForm.class.php

index 974d9de1716b6be940ba225119baafb852d3b1b4..9ebe0c8e7e534fce96c80914bd7b62a99f6c06e3 100644 (file)
@@ -13,6 +13,7 @@ use wcf\system\cache\builder\PageCacheBuilder;
 use wcf\system\cache\builder\RoutingCacheBuilder;
 use wcf\system\exception\UserInputException;
 use wcf\system\Regex;
+use wcf\system\style\StyleHandler;
 use wcf\system\WCF;
 use wcf\util\ArrayUtil;
 use wcf\util\FileUtil;
@@ -189,6 +190,7 @@ final class ApplicationManagementForm extends AbstractForm
         ApplicationCacheBuilder::getInstance()->reset();
         PageCacheBuilder::getInstance()->reset();
         RoutingCacheBuilder::getInstance()->reset();
+        StyleHandler::resetStylesheets();
 
         // Reload the applications to update the selected landing page id.
         $this->applicationList = new ViewableApplicationList();