소스 검색

Fix regression 4688 (#4700)

Minor regression from https://github.com/FreshRSS/FreshRSS/pull/4688
Alexandre Alapetite 3 년 전
부모
커밋
e626fd249e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(),