From 86f48db4a7a422602407fc488b434bbfa3e81b24 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 6 Jun 2024 22:06:12 +0200 Subject: Fix broken cron regression 6541 (#6548) Fix https://github.com/FreshRSS/FreshRSS/issues/6547 Regression https://github.com/FreshRSS/FreshRSS/pull/6541 --- app/Models/View.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Models/View.php') diff --git a/app/Models/View.php b/app/Models/View.php index 4823283d3..293bc71ac 100644 --- a/app/Models/View.php +++ b/app/Models/View.php @@ -106,8 +106,8 @@ class FreshRSS_View extends Minz_View { public string $rss_url = ''; public string $rss_base = ''; public bool $internal_rendering = false; - public string $description; - public string $image_url; + public string $description = ''; + public string $image_url = ''; // Content preview public string $fatalError; -- cgit v1.2.3