--- VERSION	2009-02-14 04:13:26.000000000 -0800
+++ VERSION	2009-05-26 07:56:56.000000000 -0700
@@ -1 +1 @@
-2009-02-14
+2009-02-14b
--- conf/msg	2009-02-14 04:13:24.000000000 -0800
+++ conf/msg	2009-05-26 07:56:29.000000000 -0700
@@ -1,4 +1,4 @@
-17
+18
 The first line of this file contains a number, indicating
 which notification messages should not be displayed. This
 is the only information sent to dokuwiki.org when the
--- inc/init.php	2009-02-14 04:13:24.000000000 -0800
+++ inc/init.php	2009-05-26 07:54:37.000000000 -0700
@@ -10,6 +10,9 @@
   }
   define('DOKU_START_TIME', delta_time());
 
+  global $config_cascade;
+  $config_cascade = '';
+
   // if available load a preload config file
   $preload = fullpath(dirname(__FILE__)).'/preload.php';
   if (@file_exists($preload)) include($preload);
@@ -42,7 +45,6 @@
   global $cache_metadata; $cache_metadata = array();
 
   //set the configuration cascade - but only if its not already been set in preload.php
-  global $config_cascade;
   if (empty($config_cascade)) {
     $config_cascade = array(
       'main' => array(
