mv URL path uexport -> userexport
This commit is contained in:
parent
34932e12bf
commit
8bea9e7523
5 changed files with 9 additions and 9 deletions
|
@ -129,8 +129,8 @@ function settings_init(App $a)
|
|||
|
||||
$tabs[] = [
|
||||
'label' => L10n::t('Export personal data'),
|
||||
'url' => 'settings/uexport',
|
||||
'selected' => (($a->argc > 1) && ($a->argv[1] === 'uexport')?'active':''),
|
||||
'url' => 'settings/userexport',
|
||||
'selected' => (($a->argc > 1) && ($a->argv[1] === 'userexport')?'active':''),
|
||||
'accesskey' => 'e',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue