Remove dead branch in RequestHandler::redirect()
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 20 May 2022 12:36:06 +0000 (14:36 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 20 May 2022 12:36:06 +0000 (14:36 +0200)
commitfc7d53d78601990e141e8fe88dc20460a92456f0
tree62540061fa9e8aed93bed2f8b05f2c1dd3d5f84a
parentb6894324908421007b2ac282dcb3d68ac9e00a6e
Remove dead branch in RequestHandler::redirect()

The `redirect()` method is only called in a single location where `$controller`
will also be set to a string.
wcfsetup/install/files/lib/system/request/RequestHandler.class.php