Code

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

gosa-plugins/goto/addons/goto/class_gotomasses.inc

index 71e102c23fbf7c471bc42b6be360bf9b0658a7ee..af38ca7798f2df5b319314ab18f174f453c10282 100644 (file)
@@ -567,7 +567,7 @@ class gotomasses extends management
           "plDepends"     => array(),
           "plPriority"    => 0,
           "plSection"     => array("addon"),
-          "plCategory"    => array("gotomasses" => array("objectClass" => "none", "description" => _("System deployment"))),
+          "plCategory"    => array("gotomasses" => array("description" => _("System deployment"))),
           "plProvidedAcls" => array("Comment"   => _("Description")) 
           ));
   }