mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 09:25:14 +02:00
commit
ff342ce5cc
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