]> git.mxchange.org Git - friendica.git/blobdiff - include/delivery.php
added much more curly braces + space between "if" and brace
[friendica.git] / include / delivery.php
index a7aebe709a29b726a504cd300a201b8832429320..db2f03c8f4a7c77c5fc25ed6ad9ea3d4e688bddc 100644 (file)
@@ -323,7 +323,7 @@ function delivery_run(&$argv, &$argc){
 
                                // perform local delivery if we are on the same site
 
-                               if (link_compare($basepath,$a->get_baseurl())) {
+                               if (link_compare($basepath,App::get_baseurl())) {
 
                                        $nickname = basename($contact['url']);
                                        if ($contact['issued-id'])