X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=d17c874f69bcec5c8a9a5e8cc259a43f538de96d;hb=35973b9273df73b92b840634ff021deb501e4221;hp=1f56caea5094451ecf1add9ec80d10b0373b9110;hpb=63610c7b73fcaf862adbf880d4968dd2b1678d9b;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index 1f56caea50..d17c874f69 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); @@ -149,7 +149,7 @@ function follow_content(&$a) { return $o; } -function follow_post(&$a) { +function follow_post(App &$a) { if(! local_user()) { notice( t('Permission denied.') . EOL);