]> git.mxchange.org Git - friendica-addons.git/commitdiff
wrong indent
authorPhilipp Holzer <admin@philipp.info>
Sat, 13 Oct 2018 18:36:09 +0000 (20:36 +0200)
committerPhilipp Holzer <admin@philipp.info>
Mon, 4 Feb 2019 00:50:17 +0000 (01:50 +0100)
notifyall/notifyall.php
startpage/startpage.php
statusnet/statusnet.php
twitter/twitter.php

index d739649ed3415a99f28da6ea2569c612e15f69d1..01cea75d7a94329a8f5c2938b31926bb04d6665c 100644 (file)
@@ -96,7 +96,7 @@ function notifyall_post(App $a)
        }
 
        notice(L10n::t('Emails sent'));
-    System::redirectTo('admin');
+       System::redirectTo('admin');
 }
 
 function notifyall_content(&$a)
index b882c240d68d063b9254c419bd88e5dcdae16498..704c36f98082c92ef42d0a90e2f61908cce81130 100644 (file)
@@ -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;
 }
index 61e76a0c17ba103ca6949ec90dad2510e919d31e..fd73520375af6db37234c415638e5a93b849a9e4 100644 (file)
@@ -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
index fe23ac0df4b116164793d954211a9837c42da062..bb2d38abb4df2b4494cbe07d0cb2ea92ea9b8f49 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::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