pull/101/head^2
Tobias Diekershoff 2013-02-19 09:04:56 +01:00
parent d5f5263a16
commit 78f850215a
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ function statusnet_settings_post ($a,$post) {
goaway($a->get_baseurl().'/settings/connectors');
} else {
if (isset($_POST['statusnet-pin'])) {
// if the user supplied us with a PIN from Twitter, let the magic of OAuth happen
// if the user supplied us with a PIN from StatusNet, let the magic of OAuth happen
$api = get_pconfig(local_user(), 'statusnet', 'baseapi');
$ckey = get_pconfig(local_user(), 'statusnet', 'consumerkey' );
$csecret = get_pconfig(local_user(), 'statusnet', 'consumersecret' );