• Function misha_include_js()

    line 140
    if ($_GET[‘page’] = ‘all-404-redirect-to-homepage.php’) {

    should be
    if ($_GET[‘page’] == ‘all-404-redirect-to-homepage.php’) {

    Please fix it ASAP

    thank you!

    • This topic was modified 3 years, 5 months ago by mastmast.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Found Bug and please fix it!’ is closed to new replies.