Просмотр исходного кода

Fix regression 4688 (#4700)

Minor regression from https://github.com/FreshRSS/FreshRSS/pull/4688
Alexandre Alapetite 3 лет назад
Родитель
Сommit
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(),