Skip to content

Commit 0f955c8

Browse files
authored
Update default.php (#32067)
1 parent 7aee004 commit 0f955c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/modules/mod_user/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<?php echo Text::sprintf('MOD_USER_TITLE', $user->name); ?>
3838
</div>
3939
<?php $uri = Uri::getInstance(); ?>
40-
<?php $route = 'index.php?option=com_admin&task=profile.edit&id=' . $user->id . '&return=' . base64_encode($uri) . '#details'; ?>
40+
<?php $route = 'index.php?option=com_admin&task=profile.edit&id=' . $user->id . '&return=' . base64_encode($uri) . '#attrib-user_details'; ?>
4141
<a class="dropdown-item" href="<?php echo Route::_($route); ?>">
4242
<span class="icon-user icon-fw" aria-hidden="true"></span>
4343
<?php echo Text::_('MOD_USER_EDIT_ACCOUNT'); ?>

0 commit comments

Comments
 (0)