aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-02 18:18:22 -0800
committerfriendica <info@friendica.com>2014-02-02 18:18:22 -0800
commitbaf3b052f645d7826ada25a05c742d1e5d4a0b51 (patch)
tree9f1af6ee2616c574cef1f7c219b93eb53f7955e2 /boot.php
parent38bce48f288244c967d325639e033e0602fa0bcc (diff)
downloadvolse-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-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 8460d76c6..c58580312 100755
--- a/boot.php
+++ b/boot.php
@@ -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