mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 18:11:56 +02:00
Issue #974 - Bad user/edit link corrected.
This commit is contained in:
@@ -68,7 +68,7 @@ class core_user_url extends eUrlConfig
|
||||
break;
|
||||
|
||||
case 'edit':
|
||||
$url = 'usersettings.php?'.$params['id'];
|
||||
$url = e_ADMIN_ABS."user.php?mode=main&action=edit&id=".$params['id'];// 'usersettings.php?'.$params['id'];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user