인자 정리 및 last_update는 쿼리의 기본값을 사용

This commit is contained in:
BJRambo 2017-03-07 07:56:28 +09:00
parent 8438578dc6
commit f2c17bf310
2 changed files with 4 additions and 2 deletions

View file

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