mirror of
https://github.com/friendica/friendica
synced 2025-04-26 18:30:11 +00:00
Move redundant System::removedBaseUrl() to DI::baseUrl()->remove() calls
This commit is contained in:
parent
3f34229752
commit
a4a7f19df1
6 changed files with 9 additions and 12 deletions
|
@ -59,7 +59,7 @@ function notification($params)
|
|||
|
||||
$banner = $l10n->t('Friendica Notification');
|
||||
$product = FRIENDICA_PLATFORM;
|
||||
$siteurl = DI::baseUrl(true);
|
||||
$siteurl = DI::baseUrl()->get(true);
|
||||
$thanks = $l10n->t('Thank You,');
|
||||
$sitename = Config::get('config', 'sitename');
|
||||
if (Config::get('config', 'admin_name')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue