Code

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

gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc

index 1d0595824dcdb110e98ff2467045563d3e4b1051..ee78cb718edd212c6d38b86ec3548dd085e75115 100644 (file)
@@ -434,6 +434,7 @@ class viewFaxEntries extends plugin {
             "plShortName"     => _("View fax reports"),
             "plDescription"   => _("View fax reports")."&nbsp;<i>"._("All entries are readonly")."</i>",
             "plRequirements"=> array(
+                'activePlugin' => 'faxreport', 
                 'ldapSchema' => array('goFaxAccount' => '>=1.0.4'),
                 'onFailureDisablePlugin' => array('faxreport','gofaxAccount','goFaxServer')
                 ),