]> git.mxchange.org Git - friendica-addons.git/blobdiff - twitter/twitter.php
renamed System::redirectTo to System::redirect
[friendica-addons.git] / twitter / twitter.php
index bb2d38abb4df2b4494cbe07d0cb2ea92ea9b8f49..90cea144cfa1eec2f85ed4ce877a1734e3e4350f 100644 (file)
@@ -261,7 +261,7 @@ function twitter_settings_post(App $a)
                                info($e->getMessage());
                        }
                        //  reload the Addon Settings page, if we don't do it see Bug #42
-                       System::redirectTo('settings/connectors');
+                       System::redirect('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