• Resolved christer_f

    (@christer_f)


    I always enable debug in my development environment and found that this plugin generates at least 3 warnings :

    Undefined index: ng_menu_save in …

    all in navgoco-menu.php; lines 75, 320 and 337. I could fix this locally, but the problem will come back if there is a new version of the plugin. Author: please fix.

    https://www.ads-software.com/plugins/navgoco-menu/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author neilgee

    (@neilgee)

    thanks for letting me know – fixed in version 1.1.0

    Thread Starter christer_f

    (@christer_f)

    Thanks for your quick reply. In fact you just have to add this after line 48:

    array_key_exists('ng_menu_save', $options) or ($options['ng_menu_save'] = false);
    array_key_exists('ng_menu_disable_style', $options) or ($options['ng_menu_disable_style'] = false);
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Several PHP warnings’ is closed to new replies.