aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-11 19:29:30 -0800
committerfriendica <info@friendica.com>2014-11-11 19:29:30 -0800
commitb5af6679857eeafcb360d7dec69acf11af034c1d (patch)
tree91a5118b270c7966a8f75b5ad572ce71a2c15d16 /boot.php
parent37742be6af5aee1a5be8ba878379d9e21b39377d (diff)
downloadvolse-hubzilla-b5af6679857eeafcb360d7dec69acf11af034c1d.tar.gz
volse-hubzilla-b5af6679857eeafcb360d7dec69acf11af034c1d.tar.bz2
volse-hubzilla-b5af6679857eeafcb360d7dec69acf11af034c1d.zip
slow progress on sys publishing, making sure all the data we need is in the places we need it but validate it anyway
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 4b1c008cd..fb059f8b0 100755
--- a/boot.php
+++ b/boot.php
@@ -677,8 +677,8 @@ class App {
public $css_sources = array();
public $js_sources = array();
public $theme_info = array();
-
- public $nav_sel;
+ public $is_sys = false;
+ public $nav_sel;
public $category;