]> 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 50ac3e95dc2756e9134a88aa04b0727d32e5bb82..98c547e1a7f285072a67b53b256802fabd4c54d0 100644 (file)
@@ -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,
                        '$title'               => $this->t('Connected Apps'),
                        '$name'                => $this->t('Name'),
                        '$website'             => $this->t('Home Page'),