Fix 78 unused variable in CommentModel::getComments()

This commit is contained in:
Kijin Sung 2016-10-01 22:10:59 +09:00
parent 2108d96578
commit 83513cfc59

View file

@ -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;
}