mirror of
https://github.com/friendica/friendica
synced 2025-04-19 12:30:12 +00:00
mv URL path uexport -> userexport
This commit is contained in:
parent
34932e12bf
commit
8bea9e7523
5 changed files with 9 additions and 9 deletions
|
@ -87,8 +87,8 @@ class BaseSettingsModule extends BaseModule
|
|||
|
||||
$tabs[] = [
|
||||
'label' => L10n::t('Export personal data'),
|
||||
'url' => 'settings/uexport',
|
||||
'selected' => (($a->argc > 1) && ($a->argv[1] === '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