mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Fixes #494 - usersettings URL and template fix.
This commit is contained in:
@@ -308,7 +308,7 @@ $USERSETTINGS_TEMPLATE['edit'] = "
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
";
|
";
|
||||||
|
@@ -236,7 +236,7 @@ class login_menu_shortcodes extends e_shortcode
|
|||||||
|
|
||||||
function sc_lm_usersettings_href($parm='')
|
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';
|
// return e_HTTP.'usersettings.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user