Skip to content

Commit

Permalink
Fixes #5082 - Respect SEF URL settings to usersettings in admin area …
Browse files Browse the repository at this point in the history
…navbar

-
  • Loading branch information
Moc committed Nov 29, 2023
1 parent 6024676 commit 70127c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_core/shortcodes/batch/admin_shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@ private function getOtherNav($type)

$tmp[1]['text'] = LAN_SETTINGS;
$tmp[1]['description'] = ADLAN_151;
$tmp[1]['link'] = e_BASE.'usersettings.php';
$tmp[1]['link'] = e107::getUrl()->create('user/myprofile/edit',array('id'=>USERID)); //e_BASE.'usersettings.php';
$tmp[1]['image'] = "<i class='S16 e-settings-16'></i>"; // "<img src='".E_16_CAT_SETT."' alt='".ADLAN_151."' class='icon S16' />";
$tmp[1]['image_large'] = '';
$tmp[1]['image_src'] = '';
Expand Down

0 comments on commit 70127c2

Please sign in to comment.