]> git.mxchange.org Git - friendica.git/blobdiff - mod/invite.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / mod / invite.php
index 5964acac4349f8f1c2a9571389db88d419349e87..2db71742f167e20d7016ce0e346efaccaf166279 100644 (file)
@@ -9,9 +9,9 @@
 
 require_once('include/email.php');
 
-function invite_post(&$a) {
+function invite_post(App &$a) {
 
-       if(! local_user()) {
+       if (! local_user()) {
                notice( t('Permission denied.') . EOL);
                return;
        }
@@ -95,9 +95,9 @@ function invite_post(&$a) {
 }
 
 
-function invite_content(&$a) {
+function invite_content(App &$a) {
 
-       if(! local_user()) {
+       if (! local_user()) {
                notice( t('Permission denied.') . EOL);
                return;
        }