Fix regression 4688 (#4700)

Minor regression from https://github.com/FreshRSS/FreshRSS/pull/4688
This commit is contained in:
Alexandre Alapetite
2022-10-07 12:59:31 +02:00
committed by GitHub
parent 1e6bc7c21c
commit e626fd249e

View File

@@ -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(),