Remove obsolete property accesss in RoutingCacheBuilder::getCaseInsensitiveControllers()
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 27 Jun 2022 14:53:07 +0000 (16:53 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 27 Jun 2022 14:53:07 +0000 (16:53 +0200)
see b9d282d542780d231c3ffe79a6eb8b1bcabf0bd6

wcfsetup/install/files/lib/system/cache/builder/RoutingCacheBuilder.class.php

index 5516327e89e63a00e6fd47530df89d50441467a2..794b95eddb6d1ce4e3d50b1b71f128dc7ec0ba2f 100644 (file)
@@ -131,8 +131,6 @@ class RoutingCacheBuilder extends AbstractCacheBuilder
             $abbreviation = $application->getAbbreviation();
 
             $data[$abbreviation] = ['acp' => [], 'frontend' => []];
-            $this->brokenControllers['lookup'][$abbreviation] = [];
-            $this->brokenControllers['reverse'][$abbreviation] = [];
 
             $directory = Application::getDirectory($abbreviation);
             foreach (['lib', 'lib/acp'] as $libDirectory) {