]> git.mxchange.org Git - friendica.git/blobdiff - mod/receive.php
applied coding convention:
[friendica.git] / mod / receive.php
index 87fd79363582b5ab5c314f84d73d84e91592db3c..3563f2d705a487f23b7a3b3652bdf308957f62bb 100644 (file)
@@ -10,7 +10,7 @@ require_once('include/crypto.php');
 require_once('include/diaspora.php');
 
 
-function receive_post(&$a) {
+function receive_post(App $a) {
 
 
        $enabled = intval(get_config('system','diaspora_enabled'));