]> 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 495c175bdefa3104448dca71bce70274f60289a3..c1033e730cc6a73a40eea91b87636bd6e1e66a10 100644 (file)
@@ -124,7 +124,7 @@ class BaseSettings extends BaseModule
                $tabs[] = [
                        'label'     => $this->t('Channels'),
                        'url'       => 'settings/channels',
-                       'selected'  => static::class == Settings\Display::class ? 'active' : '',
+                       'selected'  => static::class == Settings\Channels::class ? 'active' : '',
                        'accesskey' => '',
                ];