Code

Added schema requrements
[gosa.git] / gosa-core / html / main.php
index a47271342e85c1b995ebe9dd7336e93b371a9a8d..83f0a7e3d90255bbdcc12dac55a6bb4e51588473 100644 (file)
@@ -65,7 +65,7 @@ if ($_SERVER['REMOTE_ADDR'] != $ui->ip){
 $config= session::global_get('config');
 $config->check_and_reload();
 $config->configRegistry->reload();
-$config->configRegistry->validateSchemata(TRUE, TRUE);
+$config->configRegistry->validateSchemata($force=FALSE,$disableIncompatiblePlugins=TRUE,$errorMessages= TRUE);
 
 /* Enable compressed output */
 if ($config->get_cfg_value("core","sendCompressedOutput") == "true"){