Author: chabotc
Date: Sun Jan 11 16:55:13 2009
New Revision: 733558

URL: http://svn.apache.org/viewvc?rev=733558&view=rev
Log:
Make OAuthRequest::parameters public so it can be modified, required since we 
need to add & remove the post body to it to comply with spec

Modified:
    incubator/shindig/trunk/php/src/social/oauth/OAuth.php

Modified: incubator/shindig/trunk/php/src/social/oauth/OAuth.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social/oauth/OAuth.php?rev=733558&r1=733557&r2=733558&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social/oauth/OAuth.php (original)
+++ incubator/shindig/trunk/php/src/social/oauth/OAuth.php Sun Jan 11 16:55:13 
2009
@@ -180,7 +180,7 @@
 }
 
 class OAuthRequest {
-  private $parameters;
+  public $parameters;
   private $http_method;
   private $http_url;
   // for debug purposes


Reply via email to