1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Fixes #494 - usersettings URL and template fix.

This commit is contained in:
Cameron
2014-01-09 06:45:44 -08:00
parent 0fbdb5c19b
commit 7d0fb5afa0
2 changed files with 2 additions and 2 deletions

View File

@@ -308,7 +308,7 @@ $USERSETTINGS_TEMPLATE['edit'] = "
</div>
</div>
</div>
";

View File

@@ -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';
}