mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
멤버 모듈 index 접속 시 리다이렉트 문제 수정
This commit is contained in:
parent
94069ebfd6
commit
5da2318cdb
1 changed files with 2 additions and 2 deletions
|
|
@ -121,11 +121,11 @@ class MemberView extends Member
|
||||||
{
|
{
|
||||||
if ($this->user->isMember())
|
if ($this->user->isMember())
|
||||||
{
|
{
|
||||||
$this->setRedirectUrl(getUrl(['mid' => $this->mid, 'act' => 'dispMemberInfo']));
|
$this->setRedirectUrl(getNotEncodedUrl(['mid' => $this->mid, 'act' => 'dispMemberInfo']));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->setRedirectUrl(getUrl(['mid' => $this->mid, 'act' => 'dispMemberLoginForm']));
|
$this->setRedirectUrl(getNotEncodedUrl(['mid' => $this->mid, 'act' => 'dispMemberLoginForm']));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue