]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Stab that 'p' parameter!
authorZach Copley <zach@status.net>
Wed, 6 Oct 2010 00:27:55 +0000 (17:27 -0700)
committerZach Copley <zach@status.net>
Wed, 6 Oct 2010 20:40:02 +0000 (13:40 -0700)
lib/apioauth.php

index 6a9ab63778f38feddf028437ce824270f680a282..b2d8faa5a5eca01305935609cf4e26a7876cd5a1 100644 (file)
@@ -93,7 +93,7 @@ class ApiOauthAction extends ApiAction
         $queryArray = explode('&', $_SERVER['QUERY_STRING']);
 
         for ($i = 0; $i < sizeof($queryArray); $i++) {
-            if (substr($queryArray[$i], 0, 1) == 'p=') {
+            if (substr($queryArray[$i], 0, 2) == 'p=') {
                 unset($queryArray[$i]);
             }
         }