]> git.mxchange.org Git - friendica-addons.git/commitdiff
nitpickers
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 14 May 2018 04:59:26 +0000 (06:59 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 14 May 2018 04:59:26 +0000 (06:59 +0200)
notifyall/notifyall.php

index 10162c500b8122b4c1cd0ef5855acb3dc5f3120d..76e246622efa5fb8349c78aab0a061b12a8beeb7 100644 (file)
@@ -33,7 +33,7 @@ function notifyall_addon_admin(App $a, &$o)
 
 function notifyall_post(App $a) 
 {
-       if(! is_site_admin())
+       if(!is_site_admin())
        {
                return;
        }
@@ -50,7 +50,7 @@ function notifyall_post(App $a)
        if (empty($a->config['admin_name']))
        {
                $sender_name = '"' . L10n::t('%s Administrator', $sitename) . '"';
-       }       else    {
+       } else {
                $sender_name = '"' . L10n::t('%1$s, %2$s Administrator', $a->config['admin_name'], $sitename) . '"';
        }