From 2ea8191187c1a8d593f18bf245b35227099b562a Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 28 Feb 2016 12:38:45 -0800 Subject: [PATCH] Issue #1378 - OpenID login failure. --- e107_handlers/e107_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ))