X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=mod%2Fmood.php;h=c693e7cdc980872949842a11634544ee60ee143b;hb=2c11e91e657611dcc81389a98b6152227f702267;hp=ec318f85fd8e95bcc376d614dbb3a80514bb3ecc;hpb=0436782e70f496c96f30ee7822865f777ae1d73e;p=friendica.git diff --git a/mod/mood.php b/mod/mood.php index ec318f85fd..c693e7cdc9 100644 --- a/mod/mood.php +++ b/mod/mood.php @@ -1,11 +1,12 @@ get_hostname(),$uid); - $action = sprintf( t('%1$s is currently %2$s'), '[url=' . $poster['url'] . ']' . $poster['name'] . '[/url]' , $verbs[$verb]); + $action = sprintf( t('%1$s is currently %2$s'), '[url=' . $poster['url'] . ']' . $poster['name'] . '[/url]' , $verbs[$verb]); $arr = array(); $arr['guid'] = get_guid(32); @@ -109,7 +110,7 @@ function mood_init(&$a) { -function mood_content(&$a) { +function mood_content(App $a) { if (! local_user()) { notice( t('Permission denied.') . EOL);