diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-07-22 06:32:36 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-07-22 06:32:36 +0200 |
commit | 9cf9753190e8ff86c977ee696b55e6e3b0785c09 (patch) | |
tree | 070ee8a4eae1e1636a50184e2e954fff7094c20c /addon/statusnet/statusnet.php | |
parent | 6b806708d9b8973ce57fb13fcdfe116c1409b9a0 (diff) | |
parent | ba8fbb60dafee399389181b535ccc5060acd538c (diff) | |
download | volse-hubzilla-9cf9753190e8ff86c977ee696b55e6e3b0785c09.tar.gz volse-hubzilla-9cf9753190e8ff86c977ee696b55e6e3b0785c09.tar.bz2 volse-hubzilla-9cf9753190e8ff86c977ee696b55e6e3b0785c09.zip |
Merge github.com:tobiasd/friendika
Diffstat (limited to 'addon/statusnet/statusnet.php')
-rw-r--r-- | addon/statusnet/statusnet.php | 6 |
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' ); |