mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
피라미터에 기본빈값 추가
This commit is contained in:
parent
b1a0f67346
commit
5d7a996913
1 changed files with 1 additions and 1 deletions
|
|
@ -972,7 +972,7 @@ class commentController extends comment
|
|||
* @param object $childs
|
||||
* @return object
|
||||
*/
|
||||
function deleteComment($comment_srl, $is_admin = FALSE, $isMoveToTrash = FALSE, $childs)
|
||||
function deleteComment($comment_srl, $is_admin = FALSE, $isMoveToTrash = FALSE, $childs = null)
|
||||
{
|
||||
// create the comment model object
|
||||
$oCommentModel = getModel('comment');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue