mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +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 = NULL;
|
||||||
$oComment = new commentItem();
|
$oComment = new commentItem();
|
||||||
$oComment->setAttribute($attribute);
|
$oComment->setAttribute($attribute);
|
||||||
if($is_admin)
|
|
||||||
{
|
|
||||||
$oComment->setGrant();
|
|
||||||
}
|
|
||||||
|
|
||||||
$result[$attribute->comment_srl] = $oComment;
|
$result[$attribute->comment_srl] = $oComment;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue