updates via fabrixxm

This commit is contained in:
Friendika 2011-10-20 15:07:51 -07:00
parent 3522417ab5
commit bab459d28f
4 changed files with 4 additions and 4 deletions

View file

@ -114,7 +114,7 @@ function twitter_settings_post ($a,$post) {
set_pconfig(local_user(),'twitter', 'oauthsecret', $token['oauth_token_secret']);
set_pconfig(local_user(),'twitter', 'post', 1);
// reload the Addon Settings page, if we don't do it see Bug #42
goaway($a->get_baseurl().'/settings/addon');
goaway($a->get_baseurl().'/settings/connectors');
} else {
// if no PIN is supplied in the POST variables, the user has changed the setting
// to post a tweet for every new __public__ posting to the wall