mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +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
|
@ -254,6 +254,8 @@ class App {
|
|||
public $plugins;
|
||||
public $apps = array();
|
||||
public $identities;
|
||||
|
||||
public $nav_sel;
|
||||
|
||||
private $scheme;
|
||||
private $hostname;
|
||||
|
|
Loading…
Reference in a new issue