From 40a42ccdb17ed03014445501466871c6eea9010f Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 24 Jul 2021 20:51:55 +0000 Subject: [PATCH] Defining default value --- src/App.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.php b/src/App.php index fda97299d3..e0fd2ef8fc 100644 --- a/src/App.php +++ b/src/App.php @@ -72,8 +72,8 @@ class App public $theme_events_in_profile = true; public $queue; - private $profile_owner; - private $contact_id; + private $profile_owner = 0; + private $contact_id = 0; /** * @var App\Mode The Mode of the Application