Code

Updated schema validation
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Jun 2010 11:39:43 +0000 (11:39 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Jun 2010 11:39:43 +0000 (11:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18835 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/admin/ogroups/gofon/class_phonequeue.inc

index 54044153439eb183ceac70fead3c45f77a8be810..917756ee60067dba6dc9cda8d40a72188dfeba05 100644 (file)
@@ -923,6 +923,7 @@ class phonequeue extends plugin
           "plSection"     => array("administration"),
           "plCategory"    => array("ogroups"),
           "plRequirements"=> array(
+              'activePlugin' => 'phoneAccount',
               'ldapSchema' => array('goFonQueue' => '>=2.7'),
               'onFailureDisablePlugin' => array(get_class())
               ),