From: Michael Date: Sat, 24 Jul 2021 20:51:55 +0000 (+0000) Subject: Defining default value X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=40a42ccdb17ed03014445501466871c6eea9010f;p=friendica.git Defining default value --- 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