aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-10 03:32:56 -0700
committerfriendica <info@friendica.com>2013-05-10 03:32:56 -0700
commiteb15209cf08afe5423eccba160e302947ca13568 (patch)
treef448847d14c209135ff44cf987afba86d0d48493 /boot.php
parent5ba1a733798132a36632c325cf50c78b389551e7 (diff)
parentc6662e35749eaf0c8db00e6a5090f866a370252c (diff)
downloadvolse-hubzilla-eb15209cf08afe5423eccba160e302947ca13568.tar.gz
volse-hubzilla-eb15209cf08afe5423eccba160e302947ca13568.tar.bz2
volse-hubzilla-eb15209cf08afe5423eccba160e302947ca13568.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index cf45fed16..26dd8396f 100755
--- a/boot.php
+++ b/boot.php
@@ -582,7 +582,7 @@ class App {
date_default_timezone_set($this->timezone);
- $this->config = array();
+ $this->config = array('system'=>array());
$this->page = array();
$this->pager= array();