Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php: Logic error in OAuthRequest::from_request #26

Closed
GoogleCodeExporter opened this issue Oct 21, 2015 · 2 comments
Closed

php: Logic error in OAuthRequest::from_request #26

GoogleCodeExporter opened this issue Oct 21, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Line 203 of OAuth.php at rev 569 reads

      else if ($http_method = "POST") {

should read

      else if ($http_method == "POST") {

(test equality vs. assignment)


Original issue reported on code.google.com by djun.m....@gmail.com on 4 Jun 2008 at 12:38

@GoogleCodeExporter
Copy link
Author

Original comment by leah.culver on 8 Jul 2008 at 4:48

  • Changed title: php: Logic error in OAuthRequest::from_request

@GoogleCodeExporter
Copy link
Author

woops, fixed

Original comment by andyster on 15 Jul 2008 at 10:39

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant