mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Remove extraneous 'exploded' variable that was used during debugging
This commit is contained in:
parent
35a726a961
commit
4ae78e7ed6
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ class OAuth
|
|||
}
|
||||
|
||||
// The redirect_uri could contain several URI that are separated by spaces.
|
||||
$exploded = explode(' ', $application['redirect_uri']);
|
||||
if (($application['redirect_uri'] != $redirect_uri) && !in_array($redirect_uri, explode(' ', $application['redirect_uri']))) {
|
||||
return [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue