Remove bogus `$menuItem->isLandingPage` check from acp/menuItemAdd.tpl
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 1 Jun 2022 11:49:24 +0000 (13:49 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 1 Jun 2022 11:49:24 +0000 (13:49 +0200)
commit3e8b982308037d2e07e7fbbb436a21701eb07da5
tree03dcea934022685386f71e4f5b46d3173c5b0bd7
parentbd46b32207b5784c481277f4c2a8c81deff49f9c
Remove bogus `$menuItem->isLandingPage` check from acp/menuItemAdd.tpl

This property doesn't exist and even if it would exist, this change would only
be applied in the template, not in PHP. And even if the check would be applied
in PHP, it would not be required. It is perfectly supported to disable all menu
item, including the landing page's. It looks a bit odd, but does not cause
errors.
wcfsetup/install/files/acp/templates/menuItemAdd.tpl