mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix 78 unused variable in CommentModel::getComments()
This commit is contained in:
parent
2108d96578
commit
83513cfc59
1 changed files with 0 additions and 4 deletions
|
|
@ -211,10 +211,6 @@ class commentModel extends comment
|
|||
$oComment = NULL;
|
||||
$oComment = new commentItem();
|
||||
$oComment->setAttribute($attribute);
|
||||
if($is_admin)
|
||||
{
|
||||
$oComment->setGrant();
|
||||
}
|
||||
|
||||
$result[$attribute->comment_srl] = $oComment;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue