trigger_error(sprintf("[%s:%s] Configuration is already initialized.", __FUNCTION__, __LINE__));
} // END - if
- // Set a minimum dummy configuration
+ // Set a minimum of configuration, required to by-pass some errors triggers in getConfig()
$GLOBALS['config'] = array(
'code_length' => 0,
'patch_level' => 0,
'last_update' => time(),
+ 'DEFAULT_LANG' => 'de',
'DEBUG_MODE' => 'N',
'DEBUG_RESET' => 'N',
'DEBUG_MONTHLY' => 'N',