We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
djun.m....@gmail.com
The text was updated successfully, but these errors were encountered:
Original comment by leah.culver on 8 Jul 2008 at 4:48
leah.culver
Sorry, something went wrong.
woops, fixed
Original comment by andyster on 15 Jul 2008 at 10:39
andyster
No branches or pull requests
Original issue reported on code.google.com by
djun.m....@gmail.com
on 4 Jun 2008 at 12:38The text was updated successfully, but these errors were encountered: