Update hybridauth.lnk.php

This commit is contained in:
Namhyeon Go 2019-02-26 16:04:05 +09:00 committed by GitHub
parent d5eeb04554
commit ba320a6ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ if(!check_function_exists("hybridauth_check_redirect")) {
$flag = false; $flag = false;
$requests = get_requests(); $requests = get_requests();
if(loadHelper("string.utl")) { if(loadHelper("string.utils")) {
foreach($requests['_ALL'] as $k=>$v) { foreach($requests['_ALL'] as $k=>$v) {
if(startsWith($k, "hauth")) { if(startsWith($k, "hauth")) {
$flag = true; $flag = true;