Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit cf1defb

Browse files
committed
Merge pull request #344 from tagglabs/myphpfb
$reauthenticate not renamed to $authType in f93c139
2 parents 9154dc7 + 6503419 commit cf1defb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facebook/FacebookRedirectLoginHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function getLoginUrl($scope = array(), $version = null, $displayAsPopup =
104104
);
105105

106106
if (in_array($authType, array(true, 'reauthenticate', 'https'), true)) {
107-
$params['auth_type'] = $reauthenticate === true ? 'reauthenticate' : $reauthenticate;
107+
$params['auth_type'] = $authType === true ? 'reauthenticate' : $authType;
108108
}
109109

110110
if ($displayAsPopup)

0 commit comments

Comments
 (0)