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/07/26 07:36:16 UTC

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

Author: lindner
Date: Mon Jul 26 05:36:16 2010
New Revision: 979162

URL: http://svn.apache.org/viewvc?rev=979162&view=rev
Log:
SHINDIG-1394 | fix typo

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

Modified: shindig/trunk/php/src/gadgets/SigningFetcher.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/SigningFetcher.php?rev=979162&r1=979161&r2=979162&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/SigningFetcher.php (original)
+++ shindig/trunk/php/src/gadgets/SigningFetcher.php Mon Jul 26 05:36:16 2010
@@ -147,7 +147,7 @@ class SigningFetcher extends RemoteConte
             }
           }
         }
->       $newQuery = implode('&', $newQueryParts);
+        $newQuery = implode('&', $newQueryParts);
       }
       // Careful here; the OAuth form encoding scheme is slightly different than
       // the normal form encoding scheme, so we have to use the OAuth library