• Hi – after installing the plugin and before saving the options I got lots of warnings about undefined $options['master_site_setting']; in restrictSites-mpd-addon.php:325.

    I think you should add a default option or just change the line to:
    $master_id = isset($options['master_site_setting']) ? $options['master_site_setting'] : null;

  • The topic ‘Warnings before first options save’ is closed to new replies.