Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
c96af4b1
Commit
c96af4b1
authored
Nov 08, 2010
by
haemmer
Browse files
Fixed typo
parent
b7f11f0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
functions.php
View file @
c96af4b1
...
...
@@ -411,7 +411,7 @@ function isVerifiedReturnURL($entityID, $returnURL) {
}
// Check using DiscoveryResponse extension
if
(
isset
(
$SProviders
[
$entityID
][
'DSURL'
])
in_array
(
$returnURL
,
$SProviders
[
$entityID
][
'DSURL'
])){
if
(
isset
(
$SProviders
[
$entityID
][
'DSURL'
])
&&
in_array
(
$returnURL
,
$SProviders
[
$entityID
][
'DSURL'
])){
return
true
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment