Make ControllerMap::isLandingPage() take a className, not a classData array
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 20 May 2022 12:46:47 +0000 (14:46 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 20 May 2022 12:58:46 +0000 (14:58 +0200)
commitc16a2686171f624fff01fc861d0ab8db8d11abf0
tree1930b33471fc61fffd2b509f3ab8772b3a6b2b8c
parent3172fd7a32bb783204a5ed740d2432a87abb835f
Make ControllerMap::isLandingPage() take a className, not a classData array

It is only interested in the className field of the given array and taking a
className directly makes the API clearer.
wcfsetup/install/files/lib/system/request/ControllerMap.class.php
wcfsetup/install/files/lib/system/request/RequestHandler.class.php