mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
게시판 메세지에도 적용
This commit is contained in:
parent
0cb9958319
commit
13c6178a57
1 changed files with 3 additions and 3 deletions
|
|
@ -1136,9 +1136,9 @@ class boardView extends board
|
|||
**/
|
||||
function dispBoardMessage($msg_code)
|
||||
{
|
||||
$msg = lang($msg_code);
|
||||
if(!$msg) $msg = $msg_code;
|
||||
Context::set('message', $msg);
|
||||
Context::set('message', lang($msg_code));
|
||||
|
||||
$this->setHttpStatusCode('403');
|
||||
$this->setTemplateFile('message');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue