mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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[] = [
|
$tabs[] = [
|
||||||
'label' => $this->t('Import Contacts'),
|
'label' => $this->t('Import Contacts'),
|
||||||
'url' => 'settings/importcontacts',
|
'url' => 'settings/importcontacts',
|
||||||
'selected' => static::class == Settings\UserExport::class ? 'active' : '',
|
'selected' => static::class == Settings\ContactImport::class ? 'active' : '',
|
||||||
'accesskey' => '',
|
'accesskey' => '',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue