]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Settings/OAuth.php
Merge pull request #13724 from Raroun/Fix-for-Issue-#13637---Photo-caption-prevents...
[friendica.git] / src / Module / Settings / OAuth.php
index d14fb05885159df355a0aa120a491e94826c3475..98c547e1a7f285072a67b53b256802fabd4c54d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -68,7 +68,6 @@ class OAuth extends BaseSettings
                $tpl = Renderer::getMarkupTemplate('settings/oauth.tpl');
                return Renderer::replaceMacros($tpl, [
                        '$form_security_token' => BaseSettings::getFormSecurityToken('settings_oauth'),
-                       '$baseurl'             => $this->baseUrl->get(true),
                        '$title'               => $this->t('Connected Apps'),
                        '$name'                => $this->t('Name'),
                        '$website'             => $this->t('Home Page'),