mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Delete unnecessary parameters when calling getComment()
This commit is contained in:
parent
dc90a6abf7
commit
f3ed346e0b
3 changed files with 10 additions and 10 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue