b13 / menus

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

[FIX] merge configured doktypes with defaults #13

Closed infabo closed 4 years ago

infabo commented 4 years ago

array_replace only creates new values on array one by looking at the array-keys - which is useless in this case.

see #11