We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6664fdc + 223713e commit 625a845Copy full SHA for 625a845
modules/expirychecker/public/about2expire.php
@@ -41,7 +41,7 @@
41
);
42
43
$returnTo = Utilities::getUrlFromRelayState(
44
- $state['saml:RelayState']
+ $state['saml:RelayState'] ?? ''
45
46
if (!empty($returnTo)) {
47
$passwordChangeUrl .= '?returnTo=' . $returnTo;
modules/expirychecker/public/expired.php
@@ -34,7 +34,7 @@
34
35
36
37
38
39
40
0 commit comments