]> git.mxchange.org Git - friendica.git/blobdiff - mod/follow.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / mod / follow.php
index 1f56caea5094451ecf1add9ec80d10b0373b9110..d17c874f69bcec5c8a9a5e8cc259a43f538de96d 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);
@@ -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);