summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1d77fee)
raw | patch | inline | side by side (parent: 1d77fee)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:52:53 +0000 (07:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:52:53 +0000 (07:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18730 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/admin/systems/services/virus/class_goVirusServer.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/systems/services/virus/class_goVirusServer.inc b/gosa-plugins/mail/admin/systems/services/virus/class_goVirusServer.inc
index 9c0309012253fe123e19fc2168541e84bc1c1ed6..811617dc704d098374a3f041d1f5f72ce02830ae 100644 (file)
"plPriority" => 96,
"plSection" => array("administration"),
"plCategory" => array("server"),
- "plRequirements"=> array('ldapSchema' => array('goVirusServer' => '>=2.7')),
+ "plRequirements"=> array(
+ 'ldapSchema' => array('goVirusServer' => '>=2.7'),
+ 'onFailureDisablePlugin' => array(get_class())
+ ),
"plProvidedAcls"=> array(
"start" => _("Start"),