summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 283374f)
raw | patch | inline | side by side (parent: 283374f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Apr 2011 08:41:49 +0000 (08:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Apr 2011 08:41:49 +0000 (08:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20708 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/main.php | patch | blob | history |
index 8e0d14d1680c6ea24303163f1a4a907b99b36c94..c08d3b43157f1fc3ae6e8f8293ee745257d740fe 100644 (file)
--- a/gosa-core/html/main.php
+++ b/gosa-core/html/main.php
$config->check_and_reload();
$config->configRegistry->reload();
-// Validate LDAP schema if not done already
-if( $config->boolValueIsTrue('core','schemaCheck') &&
- !$config->configRegistry->schemaCheckFinished() &&
- !$config->configRegistry->validateSchemata($force=FALSE,$disableIncompatiblePlugins=TRUE)){
- $config->configRegistry->displayRequirementErrors();
-}
-
/* Enable compressed output */
if ($config->get_cfg_value("core","sendCompressedOutput") == "true"){
ob_start("ob_gzhandler");
$GLOBALS['t_language']= $lang;
$GLOBALS['t_gettext_message_dir'] = $BASE_DIR.'/locale/';
+// Validate LDAP schema if not done already
+if( $config->boolValueIsTrue('core','schemaCheck') &&
+ !$config->configRegistry->schemaCheckFinished() &&
+ !$config->configRegistry->validateSchemata($force=FALSE,$disableIncompatiblePlugins=TRUE)){
+ $config->configRegistry->displayRequirementErrors();
+}
+
/* Check if the config is up to date */
$config->check_config_version();