mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19: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
|
@ -866,7 +866,7 @@ function twitter_fetchtimeline(App $a, $uid)
|
|||
$application_name = Config::get('twitter', 'application_name');
|
||||
|
||||
if ($application_name == "") {
|
||||
$application_name = $a->get_hostname();
|
||||
$application_name = $a->getHostName();
|
||||
}
|
||||
|
||||
$has_picture = false;
|
||||
|
@ -1597,7 +1597,7 @@ function twitter_fetchhometimeline(App $a, $uid)
|
|||
$application_name = Config::get('twitter', 'application_name');
|
||||
|
||||
if ($application_name == "") {
|
||||
$application_name = $a->get_hostname();
|
||||
$application_name = $a->getHostName();
|
||||
}
|
||||
|
||||
require_once 'include/items.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue