mirror of
https://github.com/friendica/friendica
synced 2025-04-19 12:30:12 +00:00
moved UExport to src/Module/Settings/Uexport
This commit is contained in:
parent
fb562fc25b
commit
46172b641d
4 changed files with 209 additions and 4 deletions
|
@ -87,8 +87,8 @@ class BaseSettingsModule extends BaseModule
|
|||
|
||||
$tabs[] = [
|
||||
'label' => L10n::t('Export personal data'),
|
||||
'url' => 'uexport',
|
||||
'selected' => (($a->argc == 1) && ($a->argv[0] === 'uexport') ? 'active' : ''),
|
||||
'url' => 'settings/uexport',
|
||||
'selected' => (($a->argc > 1) && ($a->argv[1] === 'uexport') ? 'active' : ''),
|
||||
'accesskey' => 'e',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue