diff options
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |