moved UExport to src/Module/Settings/Uexport

This commit is contained in:
Tobias Diekershoff 2019-10-11 07:38:42 +02:00
commit 46172b641d
4 changed files with 209 additions and 4 deletions

View file

@ -129,8 +129,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/uexport',
'selected' => (($a->argc > 1) && ($a->argv[1] === 'uexport')?'active':''),
'accesskey' => 'e',
];