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:
bnu 2013-11-09 10:15:13 +00:00
parent 29004a9358
commit 66a5039d04

View file

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