aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2013-05-10 06:13:24 -0400
committerfabrixxm <fabrix.xm@gmail.com>2013-05-10 06:13:24 -0400
commitd4c07930d51244c8ae5014344c9502d010954448 (patch)
treed6e4815e0c895fdd00089a95a223456f6ba01756 /boot.php
parente1c6b776c4c388b4671c0838c9d24feac42857c2 (diff)
downloadvolse-hubzilla-d4c07930d51244c8ae5014344c9502d010954448.tar.gz
volse-hubzilla-d4c07930d51244c8ae5014344c9502d010954448.tar.bz2
volse-hubzilla-d4c07930d51244c8ae5014344c9502d010954448.zip
add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for compiled templates
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();