Author: chabotc
Date: Tue Mar 17 11:01:39 2009
New Revision: 755189

URL: http://svn.apache.org/viewvc?rev=755189&view=rev
Log:
Added the missing fetcher to OAuthFetcher

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

Modified: incubator/shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php?rev=755189&r1=755188&r2=755189&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php (original)
+++ incubator/shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php Tue Mar 17 
11:01:39 2009
@@ -46,6 +46,11 @@
   public static $XOAUTH_APP_URL = "xoauth_app_url";
 
   /**
+   * @var RemoteContentFetcher
+   */
+  private $fetcher;
+
+  /**
    * Maximum age for our client state; if this is exceeded we start over. One
    * hour is a fairly arbitrary time limit here.
    */


Reply via email to