App->contact is now removed

This commit is contained in:
Michael 2021-07-24 11:49:11 +00:00
parent f60d60e997
commit 30aad250df
16 changed files with 65 additions and 54 deletions

View file

@ -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