From a1254b4c856bfe6ce2459a9ce00f6a7f7bd65ec6 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Sat, 13 Oct 2018 20:36:09 +0200 Subject: [PATCH] wrong indent --- notifyall/notifyall.php | 2 +- startpage/startpage.php | 2 +- statusnet/statusnet.php | 6 +++--- twitter/twitter.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/notifyall/notifyall.php b/notifyall/notifyall.php index d739649e..01cea75d 100644 --- a/notifyall/notifyall.php +++ b/notifyall/notifyall.php @@ -96,7 +96,7 @@ function notifyall_post(App $a) } notice(L10n::t('Emails sent')); - System::redirectTo('admin'); + System::redirectTo('admin'); } function notifyall_content(&$a) diff --git a/startpage/startpage.php b/startpage/startpage.php index b882c240..704c36f9 100644 --- a/startpage/startpage.php +++ b/startpage/startpage.php @@ -32,7 +32,7 @@ function startpage_home_init($a, $b) $page = PConfig::get(local_user(), 'startpage', 'startpage'); if (strlen($page)) { - System::redirectTo($page); + System::redirectTo($page); } return; } diff --git a/statusnet/statusnet.php b/statusnet/statusnet.php index 61e76a0c..fd735203 100644 --- a/statusnet/statusnet.php +++ b/statusnet/statusnet.php @@ -164,7 +164,7 @@ function statusnet_settings_post(App $a, $post) } } } - System::redirectTo('settings/connectors'); + System::redirectTo('settings/connectors'); } else { if (isset($_POST['statusnet-consumersecret'])) { // check if we can reach the API of the GNU Social server @@ -192,7 +192,7 @@ function statusnet_settings_post(App $a, $post) notice(L10n::t('We could not contact the GNU Social API with the Path you entered.') . EOL); } } - System::redirectTo('settings/connectors'); + System::redirectTo('settings/connectors'); } else { if (isset($_POST['statusnet-pin'])) { // if the user supplied us with a PIN from GNU Social, let the magic of OAuth happen @@ -210,7 +210,7 @@ function statusnet_settings_post(App $a, $post) PConfig::set(local_user(), 'statusnet', 'post', 1); PConfig::set(local_user(), 'statusnet', 'post_taglinks', 1); // reload the Addon Settings page, if we don't do it see Bug #42 - System::redirectTo('settings/connectors'); + System::redirectTo('settings/connectors'); } else { // if no PIN is supplied in the POST variables, the user has changed the setting // to post a dent for every new __public__ posting to the wall diff --git a/twitter/twitter.php b/twitter/twitter.php index fe23ac0d..bb2d38ab 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -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::redirectTo('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