[CORE][I18n] Fixing 'file_get_contents(): Argument #1 () must be of type string, Symfony\Component\Finder\SplFileInfo given' error by using Symfony's Finder to iterate through existing files
This commit is contained in:
@@ -175,7 +175,7 @@ class Favourite extends FeedController
|
||||
|
||||
return [
|
||||
'_template' => 'collection/notes.html.twig',
|
||||
'page_title' => 'Favourites feed.',
|
||||
'page_title' => 'Favourites',
|
||||
'notes' => $notes,
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user