| Issue 26: | php: Logic error in OAuthRequest::from_request | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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)
|
|
,
Jul 08, 2008
(No comment was entered for this change.)
Summary: php: Logic error in OAuthRequest::from_request
|
|
,
Jul 15, 2008
woops, fixed
Status: Fixed
Owner: andyster |
|
|
|