X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=2b564c1bfa2a8b0342ddc6eff9fe5c560d13fa7a;hb=221cfa8c22b724228ed24618569cabcae582d331;hp=2e970ad0cb853f7092e42cf29ebd0215a901b92b;hpb=ca734f168caaa3a9fb66fd7ada6ecc26e1299ae6;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index 2e970ad0cb..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(&$a) { +function follow_content(App $a) { if (! local_user()) { notice( t('Permission denied.') . EOL); @@ -152,7 +152,7 @@ function follow_content(&$a) { return $o; } -function follow_post(&$a) { +function follow_post(App $a) { if (! local_user()) { notice( t('Permission denied.') . EOL);