My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 26: php: Logic error in OAuthRequest::from_request
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  andyster
Closed:  Jul 2008
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by djun.m.kim, Jun 04, 2008
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)


Comment 1 by leah.culver, Jul 08, 2008
(No comment was entered for this change.)
Summary: php: Logic error in OAuthRequest::from_request
Comment 2 by andyster, Jul 15, 2008
woops, fixed
Status: Fixed
Owner: andyster
Sign in to add a comment

Hosted by Google Code