mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix #2036 XEVE-17-003 커뮤니케이션 모듈의 쪽지를 임의로 삭제할 수 있는 문제 고침
This commit is contained in:
parent
ad21b1e706
commit
628242a387
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
<button class="btn" type="button" onclick="doDeleteMessage('{$message->message_srl}');">{$lang->cmd_delete}</button>
|
||||
</div>
|
||||
|
||||
<form action="./" method="get" id="fo_message_list">
|
||||
<form action="./" method="post" id="fo_message_list">
|
||||
<input type="hidden" name="module" value="communication" />
|
||||
<input type="hidden" name="act" value="procCommunicationDeleteMessages" />
|
||||
<input type="hidden" name="message_type" value="{$message_type}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue