Merge pull request #7726 from tobiasd/20191010-uexport

move uexport module to src
This commit is contained in:
Hypolite Petovan 2019-11-02 07:46:57 -04:00 committed by GitHub
commit b543ee8ac7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 219 additions and 203 deletions

View file

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