]> git.mxchange.org Git - friendica.git/commitdiff
Defining default value
authorMichael <heluecht@pirati.ca>
Sat, 24 Jul 2021 20:51:55 +0000 (20:51 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 24 Jul 2021 20:51:55 +0000 (20:51 +0000)
src/App.php

index fda97299d3b39a073c418b1c1b4a65062f2790ff..e0fd2ef8fc193e8efc768541e4b9e50ae8ae7168 100644 (file)
@@ -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