diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-08-31 16:17:32 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-08-31 16:17:32 +0200 |
commit | 71d44d78ec5b16a53b82f4e631b86cd8247a9b0f (patch) | |
tree | 7f95a84dd6cf8402b20ff46eff6464e1bd0b9a5b /boot.php | |
parent | d0926240a87327a7e38b822802ac192336f68791 (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -246,7 +246,7 @@ class App { public $timezone; public $interactive = true; public $plugins; - public $apps; + public $apps = Array(); public $identities; private $scheme; |