Skip to content
Snippets Groups Projects
Commit 117838b4 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fix bug related to OAuth normalizing URL

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2098 44740490-163a-0410-bde0-09ae8108e29a
parent adf15e61
No related branches found
No related tags found
No related merge requests found
......@@ -326,7 +326,6 @@ class OAuthRequest {/*{{{*/
public function get_normalized_http_url() {/*{{{*/
$parts = parse_url($this->http_url);
if (!isset($parts['port'])) $parts['port'] = '80';
if (!isset($parts['path'])) $parts['part'] = '';
$port = @$parts['port'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment