|
|
@ -369,7 +369,7 @@ try |
|
|
|
'userId' => $comment->userId, |
|
|
|
'userId' => $comment->userId, |
|
|
|
'magnetId' => $comment->magnetId, |
|
|
|
'magnetId' => $comment->magnetId, |
|
|
|
'timeAdded' => $comment->timeAdded, |
|
|
|
'timeAdded' => $comment->timeAdded, |
|
|
|
'approved' => $comment->approved, |
|
|
|
'approved' => (bool) $comment->approved, |
|
|
|
'value' => $comment->value |
|
|
|
'value' => $comment->value |
|
|
|
]; |
|
|
|
]; |
|
|
|
} |
|
|
|
} |
|
|
|