Do not use RequestHandler::redirect() for controller-less ACP requests
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 30 May 2022 15:07:38 +0000 (17:07 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 30 May 2022 15:07:38 +0000 (17:07 +0200)
commitca776ae17a17d45922442bdec01009472ae24b6c
tree24e77b4985e927bc071de64669c087f080585747
parentc969439df63f0b466c41fd3b446fa5b10f6faa55
Do not use RequestHandler::redirect() for controller-less ACP requests

Specifically do not pass the unknown `$routeData` which might not be correct
for the IndexPage of `wcf`.

see ed55fc721676e3a5b7cf52995c2f2701a4902f1e
wcfsetup/install/files/lib/system/request/RequestHandler.class.php