Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jun 14, 2022
1 parent a64dce9 commit 12fc7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Saml2/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public static function redirect($url, array $parameters = array(), $stay = false
* By default this will check for http and https
*/
if (isset(self::$_protocolRegex)) {
$protocol = $_protocolRegex;
$protocol = self::$_protocolRegex;
} else {
$protocol = "";
}
Expand Down

0 comments on commit 12fc7b8

Please sign in to comment.