moved UExport to src/Module/Settings/Uexport
This commit is contained in:
+2
-2
@@ -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',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user