Code

Made message internationalized
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 Nov 2008 12:48:44 +0000 (12:48 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 Nov 2008 12:48:44 +0000 (12:48 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13044 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/main.php

index 5ffd3d92e0c71ac3d47b793c2a3d7fd465f64712..0161a23b61b47ce70f983752ee21bbaea63abb66 100644 (file)
@@ -61,7 +61,6 @@ if ($_SERVER['REMOTE_ADDR'] != $ui->ip){
   exit;
 }
 $config= session::get('config');
-$config->check_config_version();
 $config->check_and_reload();
 
 /* Enable compressed output */
@@ -127,6 +126,9 @@ setlocale(LC_ALL, $lang);
 $GLOBALS['t_language']= $lang;
 $GLOBALS['t_gettext_message_dir'] = $BASE_DIR.'/locale/';
 
+/* Check if the config is up to date */
+$config->check_config_version();
+
 /* Set the text domain as 'messages' */
 $domain = 'messages';
 bindtextdomain($domain, LOCALE_DIR);