Author: chabotc
Date: Mon Jan 12 03:12:45 2009
New Revision: 733686

URL: http://svn.apache.org/viewvc?rev=733686&view=rev
Log:
Make OAuthRequest::params public so they can be modified (required to sign the 
body of posts)

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

Modified: incubator/shindig/trunk/php/src/gadgets/oauth/OAuth.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/oauth/OAuth.php?rev=733686&r1=733685&r2=733686&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/oauth/OAuth.php (original)
+++ incubator/shindig/trunk/php/src/gadgets/oauth/OAuth.php Mon Jan 12 03:12:45 
2009
@@ -220,7 +220,7 @@
 }
 
 class OAuthRequest {
-  private $parameters;
+  public $parameters;
   private $http_method;
   private $http_url;
   public $base_string;


Reply via email to