You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/06/05 00:37:20 UTC

svn commit: r951600 - /shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php

Author: lindner
Date: Fri Jun  4 22:37:20 2010
New Revision: 951600

URL: http://svn.apache.org/viewvc?rev=951600&view=rev
Log:
SHINDIG-1261 | Class TokenKey not inlcuded

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

Modified: shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php?rev=951600&r1=951599&r2=951600&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php Fri Jun  4 22:37:20 2010
@@ -18,6 +18,9 @@
  * under the License.
  */
 
+// For TokenInfo
+require 'src/gadgets/oauth/OAuthStore.php';
+
 /**
  * Implements the OAuth dance (http://oauth.net/core/1.0/) for gadgets.
  *