Code

Added schema requrements
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 08:59:21 +0000 (08:59 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 08:59:21 +0000 (08:59 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18652 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc

index d28313157aa01dc2d84bdcb1527af4014fd4e1b5..1d9549aaa55510ecc9c5892278680a69e6420863 100644 (file)
@@ -616,6 +616,7 @@ class mimetype extends plugin
           "plDepends"     => array(),
           "plPriority"    => 0,
           "plSection"     => array("administration"),
+          "plRequirements"=> array('ldapSchema' => array('gotoMimeType' => '>=2.7')),
           "plCategory"    => array("mimetypes" => array("description"  => _("Mime types"),
                                                         "objectClass"  => "gotoMimeType")),