X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=b2aa5487af963e60d1b456dbf39ec1b258b20aea;hb=061bcd7d2fcfb8da18e63ed4fde436b38463539d;hp=f50f41eaf2e82db354d99b239bb667ced94f453b;hpb=4dce3d822470537e40a0f77330d62ac05bf73806;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index f50f41eaf2..b2aa5487af 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -2,8 +2,9 @@ function notes_init(App &$a) { - if(! local_user()) + if (! local_user()) { return; + } $profile = 0; @@ -18,7 +19,7 @@ function notes_init(App &$a) { function notes_content(&$a,$update = false) { - if(! local_user()) { + if (! local_user()) { notice( t('Permission denied.') . EOL); return; }