추가하지 않은 인자함수 추가.

This commit is contained in:
BJRambo 2017-03-07 07:41:50 +09:00
parent 7b4c49d7e9
commit 8438578dc6

View file

@ -473,7 +473,7 @@ class commentAdminController extends comment
if($oComment) if($oComment)
{ {
$output = $oCommentController->updateCommentByRestore(); $output = $oCommentController->updateCommentByRestore($originObject, true);
} }
else else
{ {