Pārlūkot izejas kodu

Fix regression 4688 (#4700)

Minor regression from https://github.com/FreshRSS/FreshRSS/pull/4688
Alexandre Alapetite 3 gadi atpakaļ
vecāks
revīzija
e626fd249e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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(),