]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseSettings.php
Merge pull request #13724 from Raroun/Fix-for-Issue-#13637---Photo-caption-prevents...
[friendica.git] / src / Module / BaseSettings.php
index 4b26a0f262d85f764b091147918b23c52657298d..c1033e730cc6a73a40eea91b87636bd6e1e66a10 100644 (file)
@@ -28,8 +28,6 @@ use Friendica\Content\Nav;
 use Friendica\Core\L10n;
 use Friendica\Core\Renderer;
 use Friendica\Core\Session\Capability\IHandleUserSessions;
-use Friendica\Core\System;
-use Friendica\Module\Security\Login;
 use Friendica\Network\HTTPException\ForbiddenException;
 use Friendica\Util\Profiler;
 use Psr\Log\LoggerInterface;
@@ -123,6 +121,13 @@ class BaseSettings extends BaseModule
                        'accesskey' => 'i',
                ];
 
+               $tabs[] = [
+                       'label'     => $this->t('Channels'),
+                       'url'       => 'settings/channels',
+                       'selected'  => static::class == Settings\Channels::class ? 'active' : '',
+                       'accesskey' => '',
+               ];
+
                $tabs[] = [
                        'label'     => $this->t('Social Networks'),
                        'url'       => 'settings/connectors',