Remove dead branch in ControllerMap::isDefaultController()
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 1 Jun 2022 15:00:55 +0000 (17:00 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 1 Jun 2022 15:03:17 +0000 (17:03 +0200)
commitff4b1b6c618ddf42fea0f165ea9dad2469bc8ca5
treef030deaa89d8d8445b2c76ec2c49f14adf0108d2
parentf15ca3acb4f4aa8e5af830dfa0dd72354655a18f
Remove dead branch in ControllerMap::isDefaultController()

Since the previous changes it is impossible for an entry `''` to exist in the
custom URL mapping, causing this branch to never be taken.

This essentially reverts e6fac1cae9428760436179efc10cc7989c2d64b9.
wcfsetup/install/files/lib/system/request/ControllerMap.class.php