• Resolved ray

    (@evil-genius)


    Notice: Undefined index: ep_this_page_included in plugins/exclude-pages/exclude_pages.php on line 175

    change:

    $exclude_this_page = ! (bool) $_POST['ep_this_page_included'];

    to:

    isset($_POST['ep_this_page_included'])? ! (bool) $_POST['ep_this_page_included'] :'';

    to fix it.

    thanks, plugin works great
    Ray
    http://twentyfiveautumn.com

Viewing 1 replies (of 1 total)
  • Plugin Author Simon Wheatley

    (@simonwheatley)

    Version 1.91 should show up soon, hopefully this will solve the issue for you without needing to edit the plugin file.

Viewing 1 replies (of 1 total)
  • The topic ‘Notice: Undefined index:’ is closed to new replies.