kongondo / MenuBuilder

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

Fix issue #25 and add missing variable declaration #26

Closed BitPoet closed 8 years ago

BitPoet commented 8 years ago

Add check for existence of getLanguageValue for title field, which is missing if there is only one language configured in the system, and add a missing variable declaration to avoid throwing an exception when a new menu is added under strict PHP settings.

kongondo commented 8 years ago

Thanks @BitPoet , merged and closed