]> git.mxchange.org Git - friendica.git/blobdiff - library/OAuth1.php
"Vier-Theme" Some more design stuff.
[friendica.git] / library / OAuth1.php
old mode 100644 (file)
new mode 100755 (executable)
index 3b211b1..0db6fab
@@ -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'] );