aboutsummaryrefslogtreecommitdiffstats
path: root/addon/statusnet/statusnet.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-23 00:21:25 -0700
committerFriendika <info@friendika.com>2011-07-23 00:21:25 -0700
commita486d2cd6aba751b293e0404e0f7b4705dc5c131 (patch)
treea1baa8ba02d8ebc7024fbfbaef29e6046568d302 /addon/statusnet/statusnet.php
parent4e93c742d59fb57a7c58baf010e2de33617dee47 (diff)
parentabc01cad20f599a205e5c2534936092f6820e702 (diff)
downloadvolse-hubzilla-a486d2cd6aba751b293e0404e0f7b4705dc5c131.tar.gz
volse-hubzilla-a486d2cd6aba751b293e0404e0f7b4705dc5c131.tar.bz2
volse-hubzilla-a486d2cd6aba751b293e0404e0f7b4705dc5c131.zip
Merge pull request #145 from tobiasd/master
dispy ACL and addon license
Diffstat (limited to 'addon/statusnet/statusnet.php')
-rw-r--r--addon/statusnet/statusnet.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/addon/statusnet/statusnet.php b/addon/statusnet/statusnet.php
index 63cdd28df..062884b96 100644
--- a/addon/statusnet/statusnet.php
+++ b/addon/statusnet/statusnet.php
@@ -10,7 +10,7 @@
* Author: Tobias Diekershoff
* tobias.diekershoff@gmx.net
*
- * License:3-clause BSD license (same as Friendika)
+ * License:3-clause BSD license
*
* Configuration:
* To activate the plugin itself add it to the $a->config['system']['addon']
@@ -155,8 +155,8 @@ function statusnet_settings_post ($a,$post) {
goaway($a->get_baseurl().'/settings/addon');
} else {
if (isset($_POST['statusnet-pin'])) {
- // if the user supplied us with a PIN from Twitter, let the magic of OAuth happen
- logger('got a StatusNet security code');
+ // if the user supplied us with a PIN from Twitter, let the magic of OAuth happen
+ logger('got a StatusNet security code');
$api = get_pconfig(local_user(), 'statusnet', 'baseapi');
$ckey = get_pconfig(local_user(), 'statusnet', 'consumerkey' );
$csecret = get_pconfig(local_user(), 'statusnet', 'consumersecret' );