You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ch...@apache.org on 2009/01/12 01:55:13 UTC

svn commit: r733558 - /incubator/shindig/trunk/php/src/social/oauth/OAuth.php

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