mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
some more get_hostname to getHostName changes
This commit is contained in:
parent
574bf66564
commit
3f6239bb2b
8 changed files with 10 additions and 10 deletions
|
@ -181,7 +181,7 @@ function libertree_send(&$a,&$b) {
|
|||
$ltree_api_token = PConfig::get($b['uid'],'libertree','libertree_api_token');
|
||||
$ltree_url = PConfig::get($b['uid'],'libertree','libertree_url');
|
||||
$ltree_blog = "$ltree_url/api/v1/posts/create/?token=$ltree_api_token";
|
||||
$ltree_source = $a->get_hostname();
|
||||
$ltree_source = $a->getHostName();
|
||||
|
||||
if ($b['app'] != "")
|
||||
$ltree_source .= " (".$b['app'].")";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue