]> git.mxchange.org Git - friendica-addons.git/commitdiff
updates via fabrixxm
authorFriendika <info@friendika.com>
Thu, 20 Oct 2011 22:07:51 +0000 (15:07 -0700)
committerFriendika <info@friendika.com>
Thu, 20 Oct 2011 22:07:51 +0000 (15:07 -0700)
statusnet.tgz
statusnet/statusnet.php
twitter.tgz
twitter/twitter.php

index 21c3fec5d761fda572f3ea75cf54919f57303f32..fcb4076788160abe0a04971f9c923bae03716b59 100644 (file)
Binary files a/statusnet.tgz and b/statusnet.tgz differ
index 51caba10d74e041e2ec20403ddc036d33701322d..0020b4b50a85efbcdbf966d23d9df4a822312099 100644 (file)
@@ -184,7 +184,7 @@ function statusnet_settings_post ($a,$post) {
                         }
                     }
                 }
-                goaway($a->get_baseurl().'/settings/addon');
+                goaway($a->get_baseurl().'/settings/connectors');
             } else {
             if (isset($_POST['statusnet-consumersecret'])) {
                 //  check if we can reach the API of the StatusNet server
@@ -211,7 +211,7 @@ function statusnet_settings_post ($a,$post) {
                         notice( t('We could not contact the StatusNet API with the Path you entered.').EOL );
                     }
                 }
-                goaway($a->get_baseurl().'/settings/addon');
+                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
@@ -229,7 +229,7 @@ function statusnet_settings_post ($a,$post) {
                                        set_pconfig(local_user(),'statusnet', 'oauthsecret', $token['oauth_token_secret']);
                     set_pconfig(local_user(),'statusnet', '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
index 5c1fb3617374a274149180d77d72b6a5d56140f5..0ddf19242487194caecded78ef043a57b248f141 100644 (file)
Binary files a/twitter.tgz and b/twitter.tgz differ
index cf2c7ea11609aca67ee24bea81db66fe7ef16f3c..7218e8ec43cb56adadf4652b0a5d0e1b3eb5220a 100644 (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