You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ch...@apache.org on 2009/07/20 22:18:47 UTC

svn commit: r795987 - /incubator/shindig/trunk/php/src/gadgets/SigningFetcher.php

Author: chabotc
Date: Mon Jul 20 20:18:46 2009
New Revision: 795987

URL: http://svn.apache.org/viewvc?rev=795987&view=rev
Log:
Typo in the signing fetcher patch

Modified:
    incubator/shindig/trunk/php/src/gadgets/SigningFetcher.php

Modified: incubator/shindig/trunk/php/src/gadgets/SigningFetcher.php
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/SigningFetcher.php?rev=795987&r1=795986&r2=795987&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/SigningFetcher.php (original)
+++ incubator/shindig/trunk/php/src/gadgets/SigningFetcher.php Mon Jul 20 20:18:46 2009
@@ -212,7 +212,7 @@
     }
     $url = $token->getAppUrl();
     if ($url != null) {
-      $msgParams[SiginingFetcher::$OPENSOCIAL_APPURL] = $url;
+      $msgParams[SigningFetcher::$OPENSOCIAL_APPURL] = $url;
     }
   }