mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
긴 댓글은 휴지통에 들어가지 않는 문제 수정
SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'title' at row 1 불필요 코드 제거
This commit is contained in:
parent
86c33859db
commit
c5138ab477
3 changed files with 13 additions and 45 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue