X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=library%2FOAuth1.php;h=0db6fabcbe8c490f06885e3213d465712ee642e8;hb=4fd1a17f0662d089d2d729aabdf04a883464ab05;hp=3b211b146e79ec8f75e27a2f160ada974ef9c1d6;hpb=00c342e13d833fd215e5dc03a508e1abe660fe21;p=friendica.git diff --git a/library/OAuth1.php b/library/OAuth1.php index 3b211b146e..0db6fabcbe 100644 --- a/library/OAuth1.php +++ b/library/OAuth1.php @@ -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'] );