aboutsummaryrefslogtreecommitdiffstats
path: root/addon/statusnet/statusnet.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-07-25 08:59:28 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-07-25 08:59:28 +0200
commitdfba0f13c8c30598f21f1480e2dbfc66c41c9aa9 (patch)
tree529922033ad94dde459776a156286eaf2faeecf4 /addon/statusnet/statusnet.php
parent93eda9d9c1deb50cfa36392dbcbc4dc56883160f (diff)
parent363c4c57986706f6fadac33717759c5ab3ed0b29 (diff)
downloadvolse-hubzilla-dfba0f13c8c30598f21f1480e2dbfc66c41c9aa9.tar.gz
volse-hubzilla-dfba0f13c8c30598f21f1480e2dbfc66c41c9aa9.tar.bz2
volse-hubzilla-dfba0f13c8c30598f21f1480e2dbfc66c41c9aa9.zip
Merge branch 'newacl' into newui
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' );