aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Entry.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-01-09 12:59:30 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-09 12:59:30 +0100
commit1d9d4e3e3c8dd020ab4d333436264eaa3ef201cd (patch)
tree6f839261a75d5ce7cfc42b3f43673dc250a26ad1 /app/Models/Entry.php
parent3fb8ab8eb5c88042320bbe006825b21f5a8f21de (diff)
Update dev dependencies (#4993)
Related to https://github.com/FreshRSS/FreshRSS/pull/4991 Required a few changes in code to pass the tests
Diffstat (limited to 'app/Models/Entry.php')
-rw-r--r--app/Models/Entry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php
index ec7629253..16de8beb6 100644
--- a/app/Models/Entry.php
+++ b/app/Models/Entry.php
@@ -76,7 +76,7 @@ class FreshRSS_Entry extends Minz_Model {
$dao['guid'] ?? '',
$dao['title'] ?? '',
$dao['author'] ?? '',
- $dao['content'] ?? '',
+ $dao['content'],
$dao['link'] ?? '',
$dao['date'] ?? 0,
$dao['is_read'] ?? false,