From: Abinoam P. Marques Jr Date: Sun, 19 Feb 2012 18:37:53 +0000 (-0300) Subject: library/OAuth1 - Friendika -> Friendica X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e2ae7bf1e5af56d96aad745f30eceb2c1a9de74;p=friendica.git library/OAuth1 - Friendika -> Friendica --- diff --git a/library/OAuth1.php b/library/OAuth1.php index 3b211b146e..0db6fabcbe 100755 --- 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'] );