From b84957b7b47c4f90b09ea96279f04b90c50ae56e Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 26 May 2010 07:52:49 +0000 Subject: [PATCH] Added requirement dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18728 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../mail/admin/systems/services/spam/class_goSpamServer.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gosa-plugins/mail/admin/systems/services/spam/class_goSpamServer.inc b/gosa-plugins/mail/admin/systems/services/spam/class_goSpamServer.inc index e38aa0b57..2d64ae3e5 100644 --- a/gosa-plugins/mail/admin/systems/services/spam/class_goSpamServer.inc +++ b/gosa-plugins/mail/admin/systems/services/spam/class_goSpamServer.inc @@ -323,7 +323,10 @@ class gospamserver extends goService{ "plPriority" => 89, "plSection" => array("administration"), "plCategory" => array("server"), - "plRequirements"=> array('ldapSchema' => array('goSpamServer' => '>=2.7')), + "plRequirements"=> array( + 'ldapSchema' => array('goSpamServer' => '>=2.7'), + 'onFailureDisablePlugin' => array(get_class()) + ), "plProvidedAcls"=> array( "saRewriteHeader" => _("Rewrite header"), -- 2.30.2