mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Fixes #494 - usersettings URL and template fix.
This commit is contained in:
@@ -308,7 +308,7 @@ $USERSETTINGS_TEMPLATE['edit'] = "
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
";
|
||||
|
@@ -236,7 +236,7 @@ class login_menu_shortcodes extends e_shortcode
|
||||
|
||||
function sc_lm_usersettings_href($parm='')
|
||||
{
|
||||
return e107::getUrl()->create('user/myprofile/edit');
|
||||
return e107::getUrl()->create('user/myprofile/edit',array('id'=>USERID));
|
||||
// return e_HTTP.'usersettings.php';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user