summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25ccac3)
raw | patch | inline | side by side (parent: 25ccac3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:51:57 +0000 (07:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:51:57 +0000 (07:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18708 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc b/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc
index 1d9549aaa55510ecc9c5892278680a69e6420863..0ba59a011e9b63a23babdabdce686641e89efd51 100644 (file)
"plDepends" => array(),
"plPriority" => 0,
"plSection" => array("administration"),
- "plRequirements"=> array('ldapSchema' => array('gotoMimeType' => '>=2.7')),
+ "plRequirements"=> array(
+ 'ldapSchema' => array('gotoMimeType' => '>=2.7'),
+ 'onFailureDisablePlugin' => array(get_class(), 'mimetypeManagement')
+ ),
"plCategory" => array("mimetypes" => array("description" => _("Mime types"),
"objectClass" => "gotoMimeType")),