aboutsummaryrefslogtreecommitdiff
path: root/app/Models/View.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/View.php')
-rw-r--r--app/Models/View.php4
1 files changed, 2 insertions, 2 deletions
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;