Browse Source

Fix regression 4688 (#4700)

Minor regression from https://github.com/FreshRSS/FreshRSS/pull/4688
Alexandre Alapetite 3 năm trước cách đây
mục cha
commit
e626fd249e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Models/Feed.php

+ 1 - 1
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(),