Code

Fixed typo
[gosa.git] / gosa-core / include / class_ldap.inc
index ac5e1e47a9a0bcc3b32ffbde8db8bc1c188d473a..a83343709f0152189fd65343d6e4a6853ee7f23f 100644 (file)
@@ -1195,7 +1195,7 @@ class LDAP{
 
     /* Only read schema if it is allowed */
     if(isset($config) && preg_match("/config/i",get_class($config))){
-      if ($config->get_cfg_value("schema_check") != "true"){
+      if ($config->get_cfg_value("schemaCheck") != "true"){
         return($objectclasses);
       } 
     }