mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
Fix regression 4688 (#4700)
Minor regression from https://github.com/FreshRSS/FreshRSS/pull/4688
This commit is contained in:
committed by
GitHub
parent
1e6bc7c21c
commit
e626fd249e
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user