피라미터에 기본빈값 추가

This commit is contained in:
BJRambo 2016-05-25 00:07:33 +09:00
parent b1a0f67346
commit 5d7a996913

View file

@ -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');