From 1d1c1dad5bfcca3e44afe93cf6648fbad9dfcaac Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 26 May 2010 07:53:03 +0000 Subject: [PATCH] Added requirement dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18734 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gofon/gofon/conference/class_phoneConferenceGeneric.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc index 9a2b33dbe..22f096eb9 100644 --- a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc +++ b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc @@ -816,7 +816,10 @@ class conference extends plugin "plDepends" => array(), "plPriority" => 0, "plSection" => array("administration"), - "plRequirements"=> array('ldapSchema' => array('goFonConference' => '>=2.7')), + "plRequirements"=> array( + 'ldapSchema' => array('goFonConference' => '>=2.7'), + 'onFailureDisablePlugin' => array(get_class(),'phoneAccount','phoneConferenceManagment','goFonMacro') + ), "plCategory" => array("gofonconference" => array("description" => _("GOfon conference"), "objectClass" => "goFonConference")), -- 2.30.2