aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-08-31 16:17:32 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-08-31 16:17:32 +0200
commit71d44d78ec5b16a53b82f4e631b86cd8247a9b0f (patch)
tree7f95a84dd6cf8402b20ff46eff6464e1bd0b9a5b /boot.php
parentd0926240a87327a7e38b822802ac192336f68791 (diff)
downloadvolse-hubzilla-71d44d78ec5b16a53b82f4e631b86cd8247a9b0f.tar.gz
volse-hubzilla-71d44d78ec5b16a53b82f4e631b86cd8247a9b0f.tar.bz2
volse-hubzilla-71d44d78ec5b16a53b82f4e631b86cd8247a9b0f.zip
Installed apps as array instead of string
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 4baa37309..42a0f7207 100644
--- a/boot.php
+++ b/boot.php
@@ -246,7 +246,7 @@ class App {
public $timezone;
public $interactive = true;
public $plugins;
- public $apps;
+ public $apps = Array();
public $identities;
private $scheme;