From: Fabio Comuni Date: Mon, 7 Nov 2011 09:17:44 +0000 (+0100) Subject: Add missing $nav_sel in class App X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a1a07e7287e9e764912bbd08383cf43503deb9e8;p=friendica.git Add missing $nav_sel in class App --- diff --git a/boot.php b/boot.php index e46c52a180..16107af80b 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;