]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Settings/Account.php
Merge branch 'develop' into mastodon-instance-v2-implementation
[friendica.git] / src / Module / Settings / Account.php
index 4e756a849d7fc849cc0ea876cd86ed28a92cab47..cba12cc3957cf9e58f2e390dcc7c5eb1b8bf848e 100644 (file)
@@ -558,7 +558,6 @@ class Account extends BaseSettings
                        '$desc'   => DI::l10n()->t("Your Identity Address is <strong>'%s'</strong> or '%s'.", $nickname . '@' . DI::baseUrl()->getHost() . DI::baseUrl()->getPath(), DI::baseUrl() . '/profile/' . $nickname),
 
                        '$submit'              => DI::l10n()->t('Save Settings'),
-                       '$baseurl'             => DI::baseUrl(),
                        '$uid'                 => DI::userSession()->getLocalUserId(),
                        '$form_security_token' => self::getFormSecurityToken('settings'),
                        '$open'                => $this->parameters['open'] ?? 'password',