Merge pull request #7726 from tobiasd/20191010-uexport
move uexport module to src
This commit is contained in:
commit
b543ee8ac7
6 changed files with 219 additions and 203 deletions
|
@ -131,8 +131,8 @@ function settings_init(App $a)
|
|||
|
||||
$tabs[] = [
|
||||
'label' => L10n::t('Export personal data'),
|
||||
'url' => 'uexport',
|
||||
'selected' => (($a->argc == 1) && ($a->argv[0] === '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