mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
오류모듈 모바일스킨에서도 인자를 사용할 수 있도록 고침
This commit is contained in:
parent
34c11c4344
commit
1bd4eb8cb9
1 changed files with 1 additions and 1 deletions
|
|
@ -36,8 +36,8 @@ class messageMobile extends messageView
|
|||
if(strncasecmp('https://', Context::getRequestUri(), 8) === 0) $ssl_mode = true;
|
||||
}
|
||||
Context::set('ssl_mode',$ssl_mode);
|
||||
|
||||
Context::set('system_message', nl2br($this->getMessage()));
|
||||
Context::set('system_message_detail', nl2br($detail));
|
||||
|
||||
Context::set('act', 'procMemberLogin');
|
||||
Context::set('mid', '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue