X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=2b564c1bfa2a8b0342ddc6eff9fe5c560d13fa7a;hb=221cfa8c22b724228ed24618569cabcae582d331;hp=3ba33780ba944327cd2fa86a6a4ad88fc5c06120;hpb=ee39aba490fb7e17ba9c01a9a4f4aedc51bee564;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index 3ba33780ba..2b564c1bfa 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -5,7 +5,7 @@ require_once('include/follow.php'); require_once('include/Contact.php'); require_once('include/contact_selectors.php'); -function follow_content(App &$a) { +function follow_content(App $a) { if (! local_user()) { notice( t('Permission denied.') . EOL); @@ -152,7 +152,7 @@ function follow_content(App &$a) { return $o; } -function follow_post(App &$a) { +function follow_post(App $a) { if (! local_user()) { notice( t('Permission denied.') . EOL);