mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
Issue 2794 회원정보 변경 시 이동한 페이지에서 mid가 제거되는 문제 수정 (thanks to sejin7940)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13197 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29004a9358
commit
66a5039d04
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ class memberController extends member
|
|||
|
||||
$_SESSION['rechecked_password_step'] = 'VALIDATE_PASSWORD';
|
||||
|
||||
$redirectUrl = getNotEncodedUrl('', 'act', 'dispMemberModifyInfo');
|
||||
$redirectUrl = getNotEncodedUrl('', 'mid', Context::get('mid'), 'act', 'dispMemberModifyInfo');
|
||||
$this->setRedirectUrl($redirectUrl);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue