summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 652b2f2)
raw | patch | inline | side by side (parent: 652b2f2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:53:08 +0000 (07:53 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc
index d55d023e496ccd62a500408d549526077bb99fee..1c3d7cf06870207aff1df0f913763cfe42af245e 100644 (file)
"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"),