Code

fixed objectClass definition in plInfo methods
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 May 2010 12:57:20 +0000 (12:57 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 May 2010 12:57:20 +0000 (12:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18615 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_core.inc

index fea6049af9d1e388a0f8f0307d54b7d0297d35f8..4745fa22ffeef090c14817afa4dc2b8e76ec2a51 100644 (file)
@@ -11,7 +11,7 @@ class all extends plugin {
                     "plDepends"     => array(),
                     "plPriority"    => 0,
                     "plSection"     => array("administration"),
-                    "plCategory"    => array("all" => array("objectClass" => "none", "description" => '*&nbsp;'._("All"))),
+                    "plCategory"    => array("all" => array("description" => '*&nbsp;'._("All"))),
                     "plProvidedAcls"    => array())
                );
     }