kongondo / MenuBuilder

Easily create navigation lists/menus using drag and drop
GNU General Public License v2.0
21 stars 9 forks source link

PHP Notice: Array to string conversion #35

Closed Lazerproof closed 6 years ago

Lazerproof commented 7 years ago

I'm getting PHP Notice: Array to string conversion in ...\ProcessMenuBuilder\MarkupMenuBuilder.module:922

Possible fix: Change $menuItems = ''; to $menuItems = array(); on this line

kongondo commented 6 years ago

Thanks @Lazerproof. This has been resolved in the latest commit