aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-20 18:02:53 -0800
committerfriendica <info@friendica.com>2012-02-20 18:02:53 -0800
commit1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (patch)
tree830ae57ff2757aa5a7060070645df0a22ef23998 /library
parent2507d09682fda0806b4599e440fe8e32711072f8 (diff)
parent914169472e063de7d5b3cd5a35f9ce750512c943 (diff)
downloadvolse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.gz
volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.bz2
volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.zip
Merge pull request #42 from friendica/ka2ca-rebased
Replaced some ocurrences of Friendika --> Friendica
Diffstat (limited to 'library')
-rwxr-xr-xlibrary/OAuth1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/OAuth1.php b/library/OAuth1.php
index 3b211b146..0db6fabcb 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'] );