Delete unnecessary parameters when calling getComment()

This commit is contained in:
Kijin Sung 2022-12-18 00:16:40 +09:00
parent dc90a6abf7
commit f3ed346e0b
3 changed files with 10 additions and 10 deletions

View file

@ -1109,7 +1109,7 @@ class commentModel extends comment
$point = 1;
}
$oComment = self::getComment($comment_srl, FALSE, FALSE);
$oComment = self::getComment($comment_srl);
$module_srl = $oComment->get('module_srl');
if(!$module_srl)
{