]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseSettings.php
Fix warning
[friendica.git] / src / Module / BaseSettings.php
index 142a8941c8bd308b1318bf5cff0a6b85a70a718a..a1e88e9a104a3b0a12630d4e97ebd1c160f383f0 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
  *
@@ -126,7 +126,7 @@ class BaseSettings extends BaseModule
                $tabs[] = [
                        'label'     => $this->t('Social Networks'),
                        'url'       => 'settings/connectors',
-                       'selected'  => static::class == Settings\SocialNetworks::class ? 'active' : '',
+                       'selected'  => static::class == Settings\Connectors::class ? 'active' : '',
                        'accesskey' => 'w',
                ];
 
@@ -165,7 +165,6 @@ class BaseSettings extends BaseModule
                        'accesskey' => 'r',
                ];
 
-
                $tabtpl              = Renderer::getMarkupTemplate('generic_links_widget.tpl');
                $this->page['aside'] = Renderer::replaceMacros($tabtpl, [
                        '$title' => $this->t('Settings'),