From: Roland Häder Date: Wed, 7 Oct 2009 23:17:39 +0000 (+0000) Subject: Default language set to 'de' X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=9a0bf5916f744dffd4123f7b629e3de7dbb4c33b;ds=sidebyside Default language set to 'de' --- diff --git a/inc/config-functions.php b/inc/config-functions.php index a4af4d0be7..14b6d07254 100644 --- a/inc/config-functions.php +++ b/inc/config-functions.php @@ -50,11 +50,12 @@ function initConfig () { 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',