From 6e2ae7bf1e5af56d96aad745f30eceb2c1a9de74 Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Sun, 19 Feb 2012 15:37:53 -0300 Subject: [PATCH] library/OAuth1 - Friendika -> Friendica --- library/OAuth1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] );