묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
XED1.7 modules/board/board.view.php : 998
2015.08.21 02:33
Call to a member function isExists() on a non-object /home/ncm/html/modules/board/board.view.php : 998 991 if($comment_srl) 992 { 993 $oCommentModel = getModel('comment'); 994 $oComment = $oCommentModel->getComment($comment_srl, $this->grant->manager); 995 } 996 997 // if the comment is not existed, then back to the board content page 998 if(!$oComment->isExists() ) 999 { 1000 return $this->dispBoardContent(); 1001 } 1002 1003 // if the comment is not granted, then back to the password input form 1004 if(!$oComment->isGranted()) 1005 {
if(!$oComment->isExists() ) object 대상이 없다는 것같은데 그냥 주석처리 해도될까요..?