diff --git a/src/crontab/export/feed.php b/src/crontab/export/feed.php index ca8d65c..52556fa 100644 --- a/src/crontab/export/feed.php +++ b/src/crontab/export/feed.php @@ -369,7 +369,7 @@ try 'userId' => $comment->userId, 'magnetId' => $comment->magnetId, 'timeAdded' => $comment->timeAdded, - 'approved' => $comment->approved, + 'approved' => (bool) $comment->approved, 'value' => $comment->value ]; }