aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-11-07 10:17:44 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-11-07 10:17:44 +0100
commita1a07e7287e9e764912bbd08383cf43503deb9e8 (patch)
treeeb883a2e4f3f6bd2ac9cf420cc303bcbdfa5fc98 /boot.php
parent327105a4ea722e746cae0caa2731ec13435fadc7 (diff)
downloadvolse-hubzilla-a1a07e7287e9e764912bbd08383cf43503deb9e8.tar.gz
volse-hubzilla-a1a07e7287e9e764912bbd08383cf43503deb9e8.tar.bz2
volse-hubzilla-a1a07e7287e9e764912bbd08383cf43503deb9e8.zip
Add missing $nav_sel in class App
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index e46c52a18..16107af80 100644
--- a/boot.php
+++ b/boot.php
@@ -254,6 +254,8 @@ class App {
public $plugins;
public $apps = array();
public $identities;
+
+ public $nav_sel;
private $scheme;
private $hostname;