mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:10:12 +00:00
App->contact is now removed
This commit is contained in:
parent
f60d60e997
commit
30aad250df
16 changed files with 65 additions and 54 deletions
|
@ -57,16 +57,14 @@ use Psr\Log\LoggerInterface;
|
|||
class App
|
||||
{
|
||||
public $profile_owner;
|
||||
public $contact_id;
|
||||
public $user;
|
||||
public $contact;
|
||||
public $page_contact;
|
||||
public $data = [];
|
||||
/** @deprecated 2019.09 - use App\Arguments->getArgv() or Arguments->get() */
|
||||
public $argv;
|
||||
/** @deprecated 2019.09 - use App\Arguments->getArgc() */
|
||||
public $argc;
|
||||
public $timezone;
|
||||
public $identities;
|
||||
public $theme_info = [];
|
||||
// Allow themes to control internal parameters
|
||||
// by changing App values in theme.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue