From: hickert Date: Tue, 5 Jan 2010 08:22:56 +0000 (+0000) Subject: Do not display footer twice X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=79e5b985bd7f18efd2bbf4bcc48d48869a5ff2cf;p=gosa.git Do not display footer twice git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15032 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofax/gofax/blocklists/class_blocklistManagement.inc b/gosa-plugins/gofax/gofax/blocklists/class_blocklistManagement.inc index d04958a42..a3df52fb4 100644 --- a/gosa-plugins/gofax/gofax/blocklists/class_blocklistManagement.inc +++ b/gosa-plugins/gofax/gofax/blocklists/class_blocklistManagement.inc @@ -33,6 +33,8 @@ class blocklistManagement extends management protected $aclPlugin = "blocklistGeneric"; protected $objectName = "blocklist"; + protected $skipFooter = TRUE; + function __construct($config,$ui) { $this->config = $config;