Remove the need to rebuild the active application
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 6 Jul 2021 10:11:09 +0000 (12:11 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 6 Jul 2021 10:14:20 +0000 (12:14 +0200)
commit004dfc72e0c47f72f0ab87994241d4b2c8dbaa46
tree2cb94580ba3e8343a6eeed4e5a83ea164df60446
parente91cf91a30f254a2746a5cb1d7e271e39f94f2e9
Remove the need to rebuild the active application

Calculating this value live does not come with a relevant performance loss and
simplifies the request handling logic.
wcfsetup/install/files/lib/system/application/AbstractApplication.class.php
wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php
wcfsetup/install/files/lib/system/request/RequestHandler.class.php