mirror of
https://github.com/friendica/friendica
synced 2025-02-19 18:46:48 +00:00
Fix active tab
This commit is contained in:
parent
6b0a2d1eb9
commit
eeab1144cf
1 changed files with 1 additions and 1 deletions
|
@ -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' => '',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue