gladiopeace / opensocial-php-client

Automatically exported from code.google.com/p/opensocial-php-client
Apache License 2.0
0 stars 0 forks source link

OAuthRequest: empty $http_url in OAuth.php gives notice #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an instance of OAuthRequest with blank url
2. Try to get url via get_normalized_http_url()
3. Fail on parse_url($this->http_url);

What is the expected output? What do you see instead?

A check for empty($this->http_url)

What version of the product are you using? On what operating system?

v1.1.0 on OSX

Please provide any additional information below.

I have a patch.

Original issue reported on code.google.com by sma...@gmail.com on 2 Nov 2009 at 8:14

Attachments: