mirror of
https://github.com/friendica/friendica
synced 2024-11-18 19:03:40 +00:00
Defining default value
This commit is contained in:
parent
eda2f95a66
commit
40a42ccdb1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue