Code

Added requirement dependencies
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 May 2010 07:52:25 +0000 (07:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 May 2010 07:52:25 +0000 (07:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18719 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/admin/systems/services/gofon/class_goFonServer.inc

index 6365626d4f108b78a9a24c4ad0bda02c8adf31c1..1a8b1f028f1a8819b2cdd848e2cc735f6f86e3aa 100644 (file)
@@ -170,7 +170,10 @@ class goFonServer extends goService{
           "plSection"     => array("administration"),
           "plCategory"    => array("server"),
 
-          "plRequirements"=> array('ldapSchema' => array('goFonServer' => '>=2.7')),
+          "plRequirements"=> array(
+              'ldapSchema' => array('goFonServer' => '>=2.7'),
+              'onFailureDisablePlugin' => array(get_class(),'fonreport','goFonMacro','phoneAccount','phoneConferenceManagment')
+              ),
 
           "plProvidedAcls"=> array(
             "start"         => _("Start"),