aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Feed.php
diff options
context:
space:
mode:
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(),