]> git.mxchange.org Git - friendica-addons.git/commitdiff
diaspora addon getHostName adoption
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 11 Oct 2018 11:16:54 +0000 (13:16 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 11 Oct 2018 11:16:54 +0000 (13:16 +0200)
diaspora/diaspora.php

index ed053c75fc20b6fb2488fd9776ed574db0e95193..44bc1f7445fa5629799609973cfd6711eca8520e 100644 (file)
@@ -57,7 +57,7 @@ function diaspora_jot_nets(App $a, &$b)
 }
 
 function diaspora_queue_hook(App $a, &$b) {
-       $hostname = $a->get_hostname();
+       $hostname = $a->getHostName();
 
        $qi = q("SELECT * FROM `queue` WHERE `network` = '%s'",
                DBA::escape(Protocol::DIASPORA2)
@@ -287,7 +287,7 @@ function diaspora_post_local(App $a, array &$b)
 
 function diaspora_send(App $a, array &$b)
 {
-       $hostname = $a->get_hostname();
+       $hostname = $a->getHostName();
 
        logger('diaspora_send: invoked');