diff options
author | friendica <info@friendica.com> | 2014-02-02 18:18:22 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-02 18:18:22 -0800 |
commit | baf3b052f645d7826ada25a05c742d1e5d4a0b51 (patch) | |
tree | 9f1af6ee2616c574cef1f7c219b93eb53f7955e2 /boot.php | |
parent | 38bce48f288244c967d325639e033e0602fa0bcc (diff) | |
download | volse-hubzilla-baf3b052f645d7826ada25a05c742d1e5d4a0b51.tar.gz volse-hubzilla-baf3b052f645d7826ada25a05c742d1e5d4a0b51.tar.bz2 volse-hubzilla-baf3b052f645d7826ada25a05c742d1e5d4a0b51.zip |
don't load any configs from DB if installing - especially in style.pcss
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -576,6 +576,7 @@ function startup() { class App { + public $install = false; // true if we are installing the software public $account = null; // account record of the logged-in account public $channel = null; // channel record of the current channel of the logged-in account |