diff options
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/init.php b/inc/init.php index 354e0de8a..13fb3a4bb 100644 --- a/inc/init.php +++ b/inc/init.php @@ -23,6 +23,10 @@ if (!defined('DOKU_E_LEVEL')) { error_reporting(E_ALL ^ E_NOTICE); } else { error_reporting(DOKU_E_LEVEL); } + // init memory caches + $cache_wikifn = array(); + $cache_cleanid = array(); + //prepare config array() global $conf; if (!defined('DOKU_UNITTEST')) { |