mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
Add author to the search content / fix sidebar link to channels
This commit is contained in:
parent
508d84b2b7
commit
c66e841c38
2 changed files with 8 additions and 3 deletions
|
@ -124,7 +124,7 @@ class BaseSettings extends BaseModule
|
|||
$tabs[] = [
|
||||
'label' => $this->t('Channels'),
|
||||
'url' => 'settings/channels',
|
||||
'selected' => static::class == Settings\Display::class ? 'active' : '',
|
||||
'selected' => static::class == Settings\Channels::class ? 'active' : '',
|
||||
'accesskey' => '',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue