긴 댓글은 휴지통에 들어가지 않는 문제 수정

SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'title' at row 1

불필요 코드 제거
This commit is contained in:
conory 2021-09-03 01:04:41 +09:00
parent 86c33859db
commit c5138ab477
3 changed files with 13 additions and 45 deletions

View file

@ -2030,7 +2030,7 @@ class documentController extends document
* @param bool $update_order
* @return object
*/
function updateCommentCount($document_srl, $comment_count, $last_updater, $update_order = false)
function updateCommentCount($document_srl, $comment_count, $last_updater = null, $update_order = false)
{
$args = new stdClass();
$args->document_srl = $document_srl;