moved UExport to src/Module/Settings/Uexport

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

View file

@ -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',
];