summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f7bad39)
raw | patch | inline | side by side (parent: f7bad39)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:52:01 +0000 (07:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:52:01 +0000 (07:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18710 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/admin/ogroups/gofon/class_phonequeue.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/admin/ogroups/gofon/class_phonequeue.inc b/gosa-plugins/gofon/admin/ogroups/gofon/class_phonequeue.inc
index 88eb5959ca0d605b852c27cb2826b5d715d649a0..54044153439eb183ceac70fead3c45f77a8be810 100644 (file)
"plPriority" => 3,
"plSection" => array("administration"),
"plCategory" => array("ogroups"),
- "plRequirements"=> array('ldapSchema' => array('goFonQueue' => '>=2.7')),
+ "plRequirements"=> array(
+ 'ldapSchema' => array('goFonQueue' => '>=2.7'),
+ 'onFailureDisablePlugin' => array(get_class())
+ ),
"plProvidedAcls"=> array(
"goFonTimeOut" => _("Timeout"),