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
|
@ -97,7 +97,7 @@ function securemail_settings_post(App &$a, array &$b){
|
|||
if ($_POST['securemail-submit'] == L10n::t('Save and send test')) {
|
||||
$sitename = Config::get('config', 'sitename');
|
||||
|
||||
$hostname = $a->get_hostname();
|
||||
$hostname = $a->getHostName();
|
||||
if (strpos($hostname, ':')) {
|
||||
$hostname = substr($hostname, 0, strpos($hostname, ':'));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue