Code

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

gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc

index d55d023e496ccd62a500408d549526077bb99fee..1c3d7cf06870207aff1df0f913763cfe42af245e 100644 (file)
@@ -1852,7 +1852,10 @@ class phoneAccount extends plugin
 
 
                     "plOptions"       => array(),
-                    "plRequirements"=> array('ldapSchema' => array('goFonAccount' => '>=2.7')),
+                    "plRequirements"=> array(
+                        'ldapSchema' => array('goFonAccount' => '>=2.7'),
+                        'onFailureDisablePlugin' => array(get_class(),'phoneAccount','phoneConferenceManagment','goFonMacro')
+                        ),
 
                     "plProvidedAcls"  => array(
                         "telephoneNumber"     => _("Telephone number"),