]> git.mxchange.org Git - friendica.git/blobdiff - mod/follow.php
Merge pull request #3079 from Hypolite/issue/#3039-mod-3of3
[friendica.git] / mod / follow.php
index 2e970ad0cb853f7092e42cf29ebd0215a901b92b..2b564c1bfa2a8b0342ddc6eff9fe5c560d13fa7a 100644 (file)
@@ -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);