Skip to content

Commit 12fc7b8

Browse files
committed
Fix typo
1 parent a64dce9 commit 12fc7b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Saml2/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public static function redirect($url, array $parameters = array(), $stay = false
328328
* By default this will check for http and https
329329
*/
330330
if (isset(self::$_protocolRegex)) {
331-
$protocol = $_protocolRegex;
331+
$protocol = self::$_protocolRegex;
332332
} else {
333333
$protocol = "";
334334
}

0 commit comments

Comments
 (0)