]> git.mxchange.org Git - friendica.git/commitdiff
Fix active tab
authorArt4 <art4@wlabs.de>
Mon, 10 Feb 2025 12:43:16 +0000 (12:43 +0000)
committerArt4 <art4@wlabs.de>
Mon, 10 Feb 2025 12:43:16 +0000 (12:43 +0000)
src/Module/BaseSettings.php

index ca5820fb835fc5204bf9ae7bb59e01b328b82eae..be7a31e34172a205b0d86b0c69bd1f8dda0da13e 100644 (file)
@@ -154,7 +154,7 @@ class BaseSettings extends BaseModule
                $tabs[] = [
                        'label'     => $this->t('Import Contacts'),
                        'url'       => 'settings/importcontacts',
-                       'selected'  => static::class == Settings\UserExport::class ? 'active' : '',
+                       'selected'  => static::class == Settings\ContactImport::class ? 'active' : '',
                        'accesskey' => '',
                ];