mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +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
|
@ -791,7 +791,7 @@ function statusnet_fetchtimeline(App $a, $uid)
|
|||
$application_name = Config::get('statusnet', 'application_name');
|
||||
}
|
||||
if ($application_name == "") {
|
||||
$application_name = $a->get_hostname();
|
||||
$application_name = $a->getHostName();
|
||||
}
|
||||
|
||||
$connection = new StatusNetOAuth($api, $ckey, $csecret, $otoken, $osecret);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue