diff options
author | friendica <info@friendica.com> | 2014-11-11 19:29:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-11 19:29:30 -0800 |
commit | b5af6679857eeafcb360d7dec69acf11af034c1d (patch) | |
tree | 91a5118b270c7966a8f75b5ad572ce71a2c15d16 /boot.php | |
parent | 37742be6af5aee1a5be8ba878379d9e21b39377d (diff) | |
download | volse-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-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |