aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Feed.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-10-07 12:59:31 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-07 12:59:31 +0200
commite626fd249e9e1dbab229eb79850204dc83458880 (patch)
tree40977bd7bd9b5fb3af797b434ee16ee86b17011b /app/Models/Feed.php
parent1e6bc7c21cd0df892f92ef780008da891121c77c (diff)
Fix regression 4688 (#4700)
Minor regression from https://github.com/FreshRSS/FreshRSS/pull/4688
Diffstat (limited to 'app/Models/Feed.php')
-rw-r--r--app/Models/Feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Feed.php b/app/Models/Feed.php
index b9a34b90a..a81f1c561 100644
--- a/app/Models/Feed.php
+++ b/app/Models/Feed.php
@@ -568,7 +568,7 @@ class FreshRSS_Feed extends Minz_Model {
}
}
}
- $author_names = substr($authorNames, 0, -2);
+ $authorNames = substr($authorNames, 0, -2);
$entry = new FreshRSS_Entry(
$this->id(),