Viewing 1 replies (of 1 total)
  • Got the same problem.
    I solved it by replacing line 110 & 111 with:

    $instance['cat'] = isset($new_instance['cat']) ? $new_instance['cat'] : null;
    $instance['tag'] = isset($new_instance['tag']) ? $new_instance['tag'] : null;
    • This reply was modified 6 years, 11 months ago by dvolkering.
Viewing 1 replies (of 1 total)

The topic ‘Undefined index’ is closed to new replies.