summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 90c2581)
raw | patch | inline | side by side (parent: 90c2581)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:52:25 +0000 (07:52 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/gofon/admin/systems/services/gofon/class_goFonServer.inc b/gosa-plugins/gofon/admin/systems/services/gofon/class_goFonServer.inc
index 6365626d4f108b78a9a24c4ad0bda02c8adf31c1..1a8b1f028f1a8819b2cdd848e2cc735f6f86e3aa 100644 (file)
"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"),