aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
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();