summaryrefslogtreecommitdiff
path: root/inc/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/init.php')
-rw-r--r--inc/init.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/init.php b/inc/init.php
index 58dc5c67d..346a41baf 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -9,6 +9,9 @@
// set up error reporting to sane values
error_reporting(E_ALL ^ E_NOTICE);
+ //prepare config array()
+ $conf = array();
+
// load the config file(s)
require_once(DOKU_INC.'conf/dokuwiki.php');
@include_once(DOKU_INC.'conf/local.php');