コメントID
このコミットが含まれているのは:
コミット
2cd889d913
@ -489,6 +489,7 @@ class SiteController extends Controller {
|
||||
->where('blg_comments.content_id', $id)
|
||||
->orderBy('post_date', 'asc')
|
||||
->get(array(
|
||||
'blg_comments.id',
|
||||
'blg_comments.user_id',
|
||||
'content_id',
|
||||
'votes',
|
||||
@ -540,6 +541,7 @@ class SiteController extends Controller {
|
||||
$showGroupName = $gname[0]->name;
|
||||
|
||||
array_push($res, [
|
||||
'id' => $i->id,
|
||||
'user_id' => $i->user_id,
|
||||
'content_id' => $i->content_id,
|
||||
'votes' => $i->votes,
|
||||
|
新しいイシューから参照
ユーザーをブロックする