]> git.mxchange.org Git - friendica.git/blobdiff - mod/post.php
Changed $a->get_baseurl() to App::get_baseurl()
[friendica.git] / mod / post.php
index a8d345ecb6c7af48e85454db79314259eb5e66e9..076587839d96765577d270403dbfb9e4c7ae96ae 100644 (file)
@@ -10,11 +10,11 @@ require_once('include/crypto.php');
 // not yet ready for prime time
 //require_once('include/zot.php');
        
-function post_post(&$a) {
+function post_post(App &$a) {
 
        $bulk_delivery = false;
 
-       if($a->argc == 1) {
+       if ($a->argc == 1) {
                $bulk_delivery = true;
        }
        else {