Code

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

gosa-plugins/mail/addons/mailqueue/class_mailqueue.inc

index 3be4b7e2b84716d8f06018cc867a417cad991258..11aa0a0c9f89e9c24cc98692cd7bed5e842a80a4 100644 (file)
@@ -334,7 +334,7 @@ class mailqueue extends plugin
         "plDepends"     => array(),
         "plPriority"    => 1,
         "plSection"     => array("addon"),
-        "plCategory"    => array("mailqueue" => array("objectClass" => "none", "description" => _("Mail queue addon"))),
+        "plCategory"    => array("mailqueue" => array("description" => _("Mail queue addon"))),
 
         "plProvidedAcls" => array(
             "unholdAll"       => _("Unhold all messages"),