b13 / menus

TYPO3 Extension for creating fast menus in a fast fashion
GNU General Public License v2.0
54 stars 22 forks source link

[BUGFIX] Ensure page array is available #75

Closed magicHatOfTYPO3 closed 2 years ago

magicHatOfTYPO3 commented 2 years ago

If page is deleted (and therefore the $page array is empty) return false instead of accessing the non-existing array.

Fixes #74