mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Fix #1987 메소드 이름을 공용으로 변경하고 게시글을 삭제할때 플래그 파일도 삭제
This commit is contained in:
parent
4c3802da39
commit
7179f9885a
3 changed files with 24 additions and 4 deletions
|
|
@ -755,7 +755,7 @@ class ncenterliteModel extends ncenterlite
|
|||
return $output->data;
|
||||
}
|
||||
|
||||
function getNotifyMemberSrlByCommentSrl($comment_srl)
|
||||
function getNotifyMemberSrlBySrl($comment_srl)
|
||||
{
|
||||
if(!$comment_srl === null)
|
||||
{
|
||||
|
|
@ -763,7 +763,7 @@ class ncenterliteModel extends ncenterlite
|
|||
}
|
||||
$args = new stdClass();
|
||||
$args->srl = $comment_srl;
|
||||
$output = executeQueryArray('ncenterlite.getNotifyMemberSrlByCommentSrl', $args);
|
||||
$output = executeQueryArray('ncenterlite.getNotifyMemberSrlBySrl', $args);
|
||||
if(!$output->toBool())
|
||||
{
|
||||
return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue