X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmood.php;h=0e603c869a110e5155819b611a42c2bf58f4102c;hb=ed0143c9f001a6a3bbe51a56f82fd2476dd627d5;hp=e98c16108f4e1627fb5073d0703b97dc0df1603b;hpb=35973b9273df73b92b840634ff021deb501e4221;p=friendica.git diff --git a/mod/mood.php b/mod/mood.php index e98c16108f..0e603c869a 100644 --- a/mod/mood.php +++ b/mod/mood.php @@ -7,8 +7,9 @@ require_once('include/items.php'); function mood_init(App &$a) { - if(! local_user()) + if (! local_user()) { return; + } $uid = local_user(); $verb = notags(trim($_GET['verb'])); @@ -110,7 +111,7 @@ function mood_init(App &$a) { function mood_content(App &$a) { - if(! local_user()) { + if (! local_user()) { notice( t('Permission denied.') . EOL); return; }