marig345 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

Typo in r108 OAuthRequest.php constructor? #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Possible typo in r108 of OAuthRequest.php constructor:

function __construct ( $uri = null, $method = n, $parameters = '', $headers = 
array(), $body = null )

ie. "$method = n"

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

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

r108

See differences from previous change (r102) here: 
http://code.google.com/p/oauth-php/source/diff?spec=svn132&r=108&format=side&pat
h=/trunk/library/OAuthRequest.php&old_path=/trunk/library/OAuthRequest.php&old=1
02

Please provide any additional information below.

Original issue reported on code.google.com by simon.re...@gmail.com on 22 Jun 2010 at 12:51

GoogleCodeExporter commented 9 years ago
Fixed. Thanks a lot!

Original comment by brunobg%...@gtempaccount.com on 22 Jun 2010 at 4:55