diff --git a/src/crontab/export/feed.php b/src/crontab/export/feed.php index 3112694..82f64ce 100644 --- a/src/crontab/export/feed.php +++ b/src/crontab/export/feed.php @@ -364,10 +364,11 @@ try { $comments[] = (object) [ - 'magnetCommentId' => $comment->magnetCommentId, + 'magnetCommentId' => $comment->magnetCommentId, 'userId' => $comment->userId, 'magnetId' => $comment->magnetId, 'timeAdded' => $comment->timeAdded, + 'value' => $comment->value ]; } }