diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index b524fe6da..8bbfef3c3 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -3225,7 +3225,7 @@ class e107 exit(); } - if(($key == "QUERY_STRING") && empty($_GET['hauth.done']) && ( // exception for hybridAuth. + if(($key == "QUERY_STRING") && empty($_GET['hauth_done']) && ( // exception for hybridAuth. strpos(strtolower($input),"=http")!==FALSE || strpos(strtolower($input),strtolower("http%3A%2F%2F"))!==FALSE ))