From: hickert Date: Wed, 6 Dec 2006 07:21:34 +0000 (+0000) Subject: removed duplicated check msgs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7ab934ecf387fd4f0a5fe91f3a646c7858bdcd10;p=gosa.git removed duplicated check msgs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5317 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc index 9f2675c9e..4e2cc4c0a 100644 --- a/plugins/gofax/blocklists/class_blocklistManagement.inc +++ b/plugins/gofax/blocklists/class_blocklistManagement.inc @@ -482,10 +482,6 @@ class blocklist extends plugin $new_dn= $this->dn; } - if (!$this->acl_is_createable() && $this->dn == "new"){ - $message[]= _("You have no permissions to create a blocklist on this 'Base'."); - } - /* check syntax: must cn */ if ($this->cn == ""){ $message[]= _("Required field 'Name' is not set.");