mirror of
https://github.com/friendica/friendica
synced 2025-01-20 18:59:47 +00:00
Add missing $nav_sel in class App
This commit is contained in:
parent
327105a4ea
commit
a1a07e7287
1 changed files with 2 additions and 0 deletions
2
boot.php
2
boot.php
|
@ -255,6 +255,8 @@ class App {
|
||||||
public $apps = array();
|
public $apps = array();
|
||||||
public $identities;
|
public $identities;
|
||||||
|
|
||||||
|
public $nav_sel;
|
||||||
|
|
||||||
private $scheme;
|
private $scheme;
|
||||||
private $hostname;
|
private $hostname;
|
||||||
private $baseurl;
|
private $baseurl;
|
||||||
|
|
Loading…
Add table
Reference in a new issue