Remove workaround for the WCF app in RoutingCacheBuilder
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 May 2022 09:28:04 +0000 (11:28 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 May 2022 09:28:04 +0000 (11:28 +0200)
wcfsetup/install/files/lib/system/cache/builder/RoutingCacheBuilder.class.php

index 019fe49e4628db400bd699027d31bc251895b06f..6070287a7078f3d56ad2f36aa2c0e5fd7d4f4a47 100644 (file)
@@ -143,7 +143,6 @@ class RoutingCacheBuilder extends AbstractCacheBuilder
         }
 
         $applications = ApplicationHandler::getInstance()->getApplications();
-        $applications[1] = ApplicationHandler::getInstance()->getWCF();
         foreach ($applications as $application) {
             $abbreviation = $application->getAbbreviation();
             $directory = Application::getDirectory($abbreviation);