X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=library%2FOAuth1.php;h=0db6fabcbe8c490f06885e3213d465712ee642e8;hb=f542653230c30fa9f1bc7ba565079bf3feb9accb;hp=3b211b146e79ec8f75e27a2f160ada974ef9c1d6;hpb=8aa25523721303b6883e1a793f20997f8a33ec0a;p=friendica.git diff --git a/library/OAuth1.php b/library/OAuth1.php old mode 100755 new mode 100644 index 3b211b146e..0db6fabcbe --- 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'] );