]> git.mxchange.org Git - friendica.git/commitdiff
library/OAuth1 - Friendika -> Friendica
authorAbinoam P. Marques Jr <abinoam@gmail.com>
Sun, 19 Feb 2012 18:37:53 +0000 (15:37 -0300)
committerAbinoam P. Marques Jr <abinoam@gmail.com>
Mon, 20 Feb 2012 22:38:43 +0000 (19:38 -0300)
library/OAuth1.php

index 3b211b146e79ec8f75e27a2f160ada974ef9c1d6..0db6fabcbe8c490f06885e3213d465712ee642e8 100755 (executable)
@@ -289,7 +289,7 @@ class OAuthRequest {
       }
 
     }
-    // fix for friendika redirect system
+    // fix for friendica redirect system
     
     $http_url =  substr($http_url, 0, strpos($http_url,$parameters['q'])+strlen($parameters['q']));
     unset( $parameters['q'] );