Code

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