summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0a54ec)
raw | patch | inline | side by side (parent: d0a54ec)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 Nov 2008 12:48:44 +0000 (12:48 +0000) | ||
committer | cajus <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 | patch | blob | history |
index 5ffd3d92e0c71ac3d47b793c2a3d7fd465f64712..0161a23b61b47ce70f983752ee21bbaea63abb66 100644 (file)
--- a/gosa-core/html/main.php
+++ b/gosa-core/html/main.php
exit;
}
$config= session::get('config');
-$config->check_config_version();
$config->check_and_reload();
/* Enable compressed output */
$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);